Home
last modified time | relevance | path

Searched refs:FINISH_LAYOUT_REDO_WALLPAPER (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java62 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
470 if ((pendingChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) { in hasPendingLayoutChanges()
655 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in performSurfacePlacement()
715 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in performSurfacePlacement()
DRecentsAnimationController.java25 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
298 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in initialize()
DWallpaperController.java27 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
670 if ((dc.pendingLayoutChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) { in adjustWallpaperWindowsForAppTransitionIfNeeded()
DAppWindowToken.java37 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
1374 setAppLayoutChanges(FINISH_LAYOUT_REDO_WALLPAPER, in checkAppWindowsReadyToShow()
1775 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in applyAnimationLocked()
1930 setAppLayoutChanges(FINISH_LAYOUT_REDO_ANIM | FINISH_LAYOUT_REDO_WALLPAPER, in onAnimationFinished()
DWindowStateAnimator.java28 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
296 pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in onAnimationFinished()
1080 FINISH_LAYOUT_REDO_WALLPAPER); in setSurfaceBoundariesLocked() local
DWindowManagerService.java71 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
1425 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()
1427 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()
1434 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()
1704 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in postWindowRemoveCleanupLocked()
1706 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in postWindowRemoveCleanupLocked()
2100 WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER; in relayoutWindow()
2291 WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER; in finishDrawingWindow()
DDisplayContent.java65 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
708 pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;
2862 if (isDefaultDisplay && (pendingLayoutChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) { in applySurfaceChangesTransaction()
DWindowState.java74 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
3714 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in requestUpdateWallpaperIfNeeded()
4213 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in hideWallpaperWindow()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java157 int FINISH_LAYOUT_REDO_WALLPAPER = 0x0004; field
DPhoneWindowManager.java4247 return FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_WALLPAPER; in handleStartTransitionForKeyguardLw()