[RESTRICT AUTOMERGE] Add import of MAX_APP_TRANSITION_DURATION

The commit at ag/10876662 did not contain a required import. This change
fixes the build.

Bug: 145728687
Test: `mma` in frameworks/base/services/core/java/com/android/server/wm/

Change-Id: Ic37e2dc8498b0f6f5308653f4f9935038a486001
This commit is contained in:
Bryan Ferris
2020-05-06 09:57:55 -07:00
parent 2adaef294b
commit 4236b3e88f

View File

@@ -38,6 +38,7 @@ import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_A
import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
import static android.view.WindowManager.TRANSIT_UNSET;
import static com.android.server.wm.AppTransition.MAX_APP_TRANSITION_DURATION;
import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ADD_REMOVE;
import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ANIM;
import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_TRANSITIONS;