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

  /frameworks/base/services/core/java/com/android/server/wm/
DimLayerController.java 3 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
284 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
RootWindowContainer.java 60 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
624 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
647 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
    [all...]
WindowSurfacePlacer.java 10 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
380 return layoutRedo | FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_CONFIG;
    [all...]
DisplayContent.java 58 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
660 pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
    [all...]
WindowManagerService.java 68 import static android.view.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
    [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]

Completed in 6666 milliseconds