Searched refs:FINISH_LAYOUT_REDO_ANIM (Results 1 – 4 of 4) sorted by relevance
28 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;269 int pendingLayoutChanges = FINISH_LAYOUT_REDO_ANIM; in onAnimationFinished()1152 FINISH_LAYOUT_REDO_ANIM); in prepareSurfaceLocked() local
39 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;1860 setAppLayoutChanges(FINISH_LAYOUT_REDO_ANIM, "checkAppWindowsReadyToShow"); in checkAppWindowsReadyToShow()2815 setAppLayoutChanges(FINISH_LAYOUT_REDO_ANIM | FINISH_LAYOUT_REDO_WALLPAPER, in onAnimationFinished()
80 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;591 pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM;3135 pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM; in updateFocusedWindowLocked()
156 int FINISH_LAYOUT_REDO_ANIM = 0x0008; field