Searched refs:FINISH_LAYOUT_REDO_LAYOUT (Results 1 – 7 of 7) sorted by relevance
44 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;217 layoutRedo | FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_CONFIG; in handleAppTransitionReady()
97 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;2543 changes |= FINISH_LAYOUT_REDO_LAYOUT;2562 changes |= FINISH_LAYOUT_REDO_LAYOUT;2569 changes |= FINISH_LAYOUT_REDO_LAYOUT;2576 changes |= FINISH_LAYOUT_REDO_LAYOUT;2587 changes |= FINISH_LAYOUT_REDO_LAYOUT;2595 changes |= FINISH_LAYOUT_REDO_LAYOUT;3036 return FINISH_LAYOUT_REDO_LAYOUT; in focusChangedLw()
30 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;649 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in performSurfacePlacementNoTrace()
82 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;845 pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;3104 focusChanged &= ~FINISH_LAYOUT_REDO_LAYOUT; in updateFocusedWindowLocked()3112 if ((focusChanged & FINISH_LAYOUT_REDO_LAYOUT) != 0) { in updateFocusedWindowLocked()3714 if ((pendingLayoutChanges & FINISH_LAYOUT_REDO_LAYOUT) != 0) { in applySurfaceChangesTransaction()4999 changes |= FINISH_LAYOUT_REDO_LAYOUT; in handleAnimatingStoppedAndTransition()
150 int FINISH_LAYOUT_REDO_LAYOUT = 0x0001; field
3271 return FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_WALLPAPER; in handleStartTransitionForKeyguardLw()
523 assertEquals(WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT, finishPostLayoutPolicyLw); in forceShowSystemBars_clearsSystemUIFlags()