Searched refs:PROLONG_ANIMATION_AT_START (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java46 static final int PROLONG_ANIMATION_AT_START = 2; field in class:AppWindowAnimator
302 if (mProlongAnimation == PROLONG_ANIMATION_AT_START) {
H A DAppTransition.java42 import static com.android.server.wm.AppWindowAnimator.PROLONG_ANIMATION_AT_START;
393 appAnimator.startProlongAnimation(PROLONG_ANIMATION_AT_START);
H A DWindowManagerService.java215 import static com.android.server.wm.AppWindowAnimator.PROLONG_ANIMATION_AT_START;
4128 PROLONG_ANIMATION_AT_START : PROLONG_ANIMATION_AT_END);

Completed in 106 milliseconds