Searched refs:FINISH_LAYOUT_REDO_ANIM (Results 1 – 6 of 6) sorted by relevance
19 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;403 mAppToken.setAppLayoutChanges(FINISH_LAYOUT_REDO_ANIM, "AppWindowToken"); in stepAnimationLocked()
59 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;642 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM; in performSurfacePlacement()
32 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;1338 setAppLayoutChanges(FINISH_LAYOUT_REDO_ANIM, "checkAppWindowsReadyToShow"); in checkAppWindowsReadyToShow()
475 mAnimator.setPendingLayoutChanges(displayId, WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM); in stepAnimationLocked()1619 WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM); in prepareSurfaceLocked()
56 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;351 pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM;
1194 static final int FINISH_LAYOUT_REDO_ANIM = 0x0008; field