Home
last modified time | relevance | path

Searched refs:FINISH_LAYOUT_REDO_LAYOUT (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransitionController.java44 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
217 layoutRedo | FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_CONFIG; in handleAppTransitionReady()
DDisplayPolicy.java97 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()
DRootWindowContainer.java30 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
649 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in performSurfacePlacementNoTrace()
DDisplayContent.java82 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()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java150 int FINISH_LAYOUT_REDO_LAYOUT = 0x0001; field
DPhoneWindowManager.java3271 return FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_WALLPAPER; in handleStartTransitionForKeyguardLw()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java523 assertEquals(WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT, finishPostLayoutPolicyLw); in forceShowSystemBars_clearsSystemUIFlags()