Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowAnimator.java47 static final int PROLONG_ANIMATION_AT_START = 2; field in AppWindowAnimator
300 if (mProlongAnimation == PROLONG_ANIMATION_AT_START) { in getAnimationFrameTime()
DAppTransition.java42 import static com.android.server.wm.AppWindowAnimator.PROLONG_ANIMATION_AT_START;
423 appAnimator.startProlongAnimation(PROLONG_ANIMATION_AT_START); in goodToGo()
DWindowManagerService.java74 import static com.android.server.wm.AppWindowAnimator.PROLONG_ANIMATION_AT_START;
2740 PROLONG_ANIMATION_AT_START : PROLONG_ANIMATION_AT_END); in prolongAnimationsFromSpecs()