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

  /frameworks/base/services/core/java/com/android/server/wm/
RootWindowContainer.java 62 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
470 if ((pendingChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) {
655 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;
715 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;
    [all...]
RecentsAnimationController.java 25 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
298 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;
WindowStateAnimator.java 28 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
296 pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;
    [all...]
AppWindowToken.java 37 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
    [all...]
WallpaperController.java 27 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
670 if ((dc.pendingLayoutChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) {
    [all...]
WindowManagerService.java 71 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
    [all...]
DisplayContent.java 65 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
    [all...]
WindowState.java 74 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
WindowManagerPolicy.java 157 int FINISH_LAYOUT_REDO_WALLPAPER = 0x0004;
    [all...]
PhoneWindowManager.java     [all...]

Completed in 399 milliseconds