Searched refs:FINISH_LAYOUT_REDO_WALLPAPER (Results 1 – 13 of 13) sorted by relevance
33 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;188 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in onAnimationFinished()
42 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;707 display.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in updateVisibility()
28 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;456 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in initialize()
28 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;993 if ((mDisplayContent.pendingLayoutChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) { in adjustWallpaperWindowsForAppTransitionIfNeeded()
50 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;658 if ((pendingChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) { in hasPendingLayoutChanges()820 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in performSurfacePlacementNoTrace()873 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in performSurfacePlacementNoTrace()
119 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;1853 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()1855 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()1862 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()2116 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in postWindowRemoveCleanupLocked()2118 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in postWindowRemoveCleanupLocked()2628 WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER; in relayoutWindowInner()2860 WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER; in finishDrawingWindow()
43 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;3327 getDisplayContent().pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in applyAnimationUnchecked()
66 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;1353 wt.mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in finishTransition()
106 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;1021 pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;5012 if ((pendingLayoutChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) { in applySurfaceChangesTransaction()
112 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;4361 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in requestUpdateWallpaperIfNeeded()
161 import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;7088 setAppLayoutChanges(FINISH_LAYOUT_REDO_WALLPAPER, in checkAppWindowsReadyToShow()7982 setAppLayoutChanges(FINISH_LAYOUT_REDO_ANIM | FINISH_LAYOUT_REDO_WALLPAPER, in onAnimationFinished()
153 int FINISH_LAYOUT_REDO_WALLPAPER = 0x0004; field
4216 return FINISH_LAYOUT_REDO_LAYOUT | FINISH_LAYOUT_REDO_WALLPAPER;