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

/frameworks/base/services/core/java/com/android/server/wm/
H A DDimLayerController.java3 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
284 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
H A DRootWindowContainer.java60 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
624 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
647 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
H A DWindowSurfacePlacer.java10 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
380 return layoutRedo | FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_CONFIG;
H A DDisplayContent.java58 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
660 pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
2731 if ((pendingLayoutChanges & FINISH_LAYOUT_REDO_LAYOUT) != 0) {
H A DWindowManagerService.java68 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
5767 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5900 focusChanged &= ~FINISH_LAYOUT_REDO_LAYOUT;
5908 if ((focusChanged & FINISH_LAYOUT_REDO_LAYOUT) != 0) {
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1188 static final int FINISH_LAYOUT_REDO_LAYOUT = 0x0001; field in interface:WindowManagerPolicy
1220 * @return Return any bit set of {@link #FINISH_LAYOUT_REDO_LAYOUT},
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3982 return FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_WALLPAPER;
5533 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5545 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5565 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5572 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5579 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5588 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5596 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5666 return FINISH_LAYOUT_REDO_LAYOUT;

Completed in 1927 milliseconds