Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4236b3e8 authored by Bryan Ferris's avatar Bryan Ferris
Browse files

[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
parent 2adaef29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;