Searched refs:pendingLayoutChanges (Results 1 – 9 of 9) sorted by relevance
599 defaultDisplay.pendingLayoutChanges |= in performSurfacePlacement()603 defaultDisplay.pendingLayoutChanges); in performSurfacePlacement()611 defaultDisplay.pendingLayoutChanges |= in performSurfacePlacement()615 defaultDisplay.pendingLayoutChanges); in performSurfacePlacement()618 if (mWallpaperForceHidingChanged && defaultDisplay.pendingLayoutChanges == 0 in performSurfacePlacement()624 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in performSurfacePlacement()626 "after animateAwayWallpaperLocked", defaultDisplay.pendingLayoutChanges); in performSurfacePlacement()632 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in performSurfacePlacement()634 defaultDisplay.pendingLayoutChanges); in performSurfacePlacement()642 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM; in performSurfacePlacement()[all …]
263 int pendingLayoutChanges; field in DisplayContent339 pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;342 "updateWindowsAndWallpaperLocked 2", pendingLayoutChanges);351 pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM;354 "updateWindowsAndWallpaperLocked 5", pendingLayoutChanges);660 pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;664 pendingLayoutChanges);671 pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;675 pendingLayoutChanges);2713 pendingLayoutChanges); in applySurfaceChangesTransaction()[all …]
349 return (displayContent != null) ? displayContent.pendingLayoutChanges : 0; in getPendingLayoutChanges()358 displayContent.pendingLayoutChanges |= changes; in setPendingLayoutChanges()
220 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { in debugLayoutRepeats() argument223 ", mPendingLayoutChanges = 0x" + Integer.toHexString(pendingLayoutChanges)); in debugLayoutRepeats()
284 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in animateDimLayers()
1093 dc.pendingLayoutChanges |= changes; in setAppLayoutChanges()1095 mService.mWindowPlacerLocked.debugLayoutRepeats(reason, dc.pendingLayoutChanges); in setAppLayoutChanges()
646 if ((dc.pendingLayoutChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) { in adjustWallpaperWindowsForAppTransitionIfNeeded()
1458 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()1460 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()1467 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()1744 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in postWindowRemoveCleanupLocked()1746 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in postWindowRemoveCleanupLocked()2116 win.getDisplayContent().pendingLayoutChanges |= in relayoutWindow()2291 win.getDisplayContent().pendingLayoutChanges |= in finishDrawingWindow()
3670 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in requestUpdateWallpaperIfNeeded()4166 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in hideWallpaperWindow()