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/
DDimLayerController.java3 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
284 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in animateDimLayers()
DRootWindowContainer.java60 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
624 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in performSurfacePlacement()
647 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in performSurfacePlacement()
DWindowSurfacePlacer.java10 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
380 return layoutRedo | FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_CONFIG; in handleAppTransitionReadyLocked()
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) { in applySurfaceChangesTransaction()
DWindowManagerService.java68 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
5767 changes |= FINISH_LAYOUT_REDO_LAYOUT; in handleAnimatingStoppedAndTransitionLocked()
5900 focusChanged &= ~FINISH_LAYOUT_REDO_LAYOUT; in updateFocusedWindowLocked()
5908 if ((focusChanged & FINISH_LAYOUT_REDO_LAYOUT) != 0) { in updateFocusedWindowLocked()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java1188 static final int FINISH_LAYOUT_REDO_LAYOUT = 0x0001; field
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3982 return FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_WALLPAPER; in handleStartTransitionForKeyguardLw()
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;