Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java61 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
647 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in performSurfacePlacement()
670 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in performSurfacePlacement()
DWindowSurfacePlacer.java28 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
358 return layoutRedo | FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_CONFIG; in handleAppTransitionReadyLocked()
DDisplayContent.java64 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
697 pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
2874 if ((pendingLayoutChanges & FINISH_LAYOUT_REDO_LAYOUT) != 0) { in applySurfaceChangesTransaction()
DWindowManagerService.java70 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
5573 changes |= FINISH_LAYOUT_REDO_LAYOUT; in handleAnimatingStoppedAndTransitionLocked()
5708 focusChanged &= ~FINISH_LAYOUT_REDO_LAYOUT; in updateFocusedWindowLocked()
5716 if ((focusChanged & FINISH_LAYOUT_REDO_LAYOUT) != 0) { in updateFocusedWindowLocked()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java153 int FINISH_LAYOUT_REDO_LAYOUT = 0x0001; field
DPhoneWindowManager.java4247 return FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_WALLPAPER; in handleStartTransitionForKeyguardLw()
5763 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5781 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5789 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5796 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5807 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5815 changes |= FINISH_LAYOUT_REDO_LAYOUT;
5913 return FINISH_LAYOUT_REDO_LAYOUT;