Searched refs:FINISH_LAYOUT_REDO_ANIM (Results 1 – 5 of 5) sorted by relevance
27 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;294 int pendingLayoutChanges = FINISH_LAYOUT_REDO_ANIM; in onAnimationFinished()1181 FINISH_LAYOUT_REDO_ANIM); in prepareSurfaceLocked() local
60 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;665 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM; in performSurfacePlacement()
36 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;1377 setAppLayoutChanges(FINISH_LAYOUT_REDO_ANIM, "checkAppWindowsReadyToShow"); in checkAppWindowsReadyToShow()1930 setAppLayoutChanges(FINISH_LAYOUT_REDO_ANIM | FINISH_LAYOUT_REDO_WALLPAPER, in onAnimationFinished()
62 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;409 pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM;
159 int FINISH_LAYOUT_REDO_ANIM = 0x0008; field