Home
last modified time | relevance | path

Searched refs:pendingLayoutChanges (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java599 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 …]
DDisplayContent.java263 int pendingLayoutChanges; field in DisplayContent
339 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 …]
DWindowAnimator.java349 return (displayContent != null) ? displayContent.pendingLayoutChanges : 0; in getPendingLayoutChanges()
358 displayContent.pendingLayoutChanges |= changes; in setPendingLayoutChanges()
DWindowSurfacePlacer.java220 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { in debugLayoutRepeats() argument
223 ", mPendingLayoutChanges = 0x" + Integer.toHexString(pendingLayoutChanges)); in debugLayoutRepeats()
DDimLayerController.java284 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in animateDimLayers()
DAppWindowToken.java1093 dc.pendingLayoutChanges |= changes; in setAppLayoutChanges()
1095 mService.mWindowPlacerLocked.debugLayoutRepeats(reason, dc.pendingLayoutChanges); in setAppLayoutChanges()
DWallpaperController.java646 if ((dc.pendingLayoutChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) { in adjustWallpaperWindowsForAppTransitionIfNeeded()
DWindowManagerService.java1458 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()
DWindowState.java3670 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in requestUpdateWallpaperIfNeeded()
4166 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in hideWallpaperWindow()