HomeSort by relevance Sort by last modified time
    Searched refs:FINISH_LAYOUT_REDO_LAYOUT (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
DimLayerController.java 3 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
258 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
WindowSurfacePlacer.java 20 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
360 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
385 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
646 if ((displayContent.pendingLayoutChanges & FINISH_LAYOUT_REDO_LAYOUT) != 0) {
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]

Completed in 791 milliseconds