Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java616 defaultDisplay.pendingLayoutChanges |= layoutChanges; in performSurfacePlacement()
619 defaultDisplay.pendingLayoutChanges); in performSurfacePlacement()
627 defaultDisplay.pendingLayoutChanges |= in performSurfacePlacement()
631 defaultDisplay.pendingLayoutChanges); in performSurfacePlacement()
641 if (mWallpaperForceHidingChanged && defaultDisplay.pendingLayoutChanges == 0 in performSurfacePlacement()
647 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in performSurfacePlacement()
649 "after animateAwayWallpaperLocked", defaultDisplay.pendingLayoutChanges); in performSurfacePlacement()
655 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in performSurfacePlacement()
657 defaultDisplay.pendingLayoutChanges); in performSurfacePlacement()
665 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM; in performSurfacePlacement()
[all …]
DWindowAnimator.java341 return (displayContent != null) ? displayContent.pendingLayoutChanges : 0; in getPendingLayoutChanges()
350 displayContent.pendingLayoutChanges |= changes; in setPendingLayoutChanges()
DDisplayContent.java305 int pendingLayoutChanges; field in DisplayContent
409 pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM;
412 "updateWindowsAndWallpaperLocked 5", pendingLayoutChanges);
697 pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
701 pendingLayoutChanges);
708 pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;
712 pendingLayoutChanges);
2856 pendingLayoutChanges); in applySurfaceChangesTransaction()
2862 if (isDefaultDisplay && (pendingLayoutChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) { in applySurfaceChangesTransaction()
2866 if (isDefaultDisplay && (pendingLayoutChanges & FINISH_LAYOUT_REDO_CONFIG) != 0) { in applySurfaceChangesTransaction()
[all …]
DWindowSurfacePlacer.java234 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { in debugLayoutRepeats() argument
237 ", mPendingLayoutChanges = 0x" + Integer.toHexString(pendingLayoutChanges)); in debugLayoutRepeats()
DWindowStateAnimator.java294 int pendingLayoutChanges = FINISH_LAYOUT_REDO_ANIM; in onAnimationFinished() local
296 pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in onAnimationFinished()
298 mAnimator.setPendingLayoutChanges(displayId, pendingLayoutChanges); in onAnimationFinished()
DAppWindowToken.java1101 dc.pendingLayoutChanges |= changes; in setAppLayoutChanges()
1103 mService.mWindowPlacerLocked.debugLayoutRepeats(reason, dc.pendingLayoutChanges); in setAppLayoutChanges()
1775 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in applyAnimationLocked()
DRecentsAnimationController.java298 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in initialize()
DWallpaperController.java670 if ((dc.pendingLayoutChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) { in adjustWallpaperWindowsForAppTransitionIfNeeded()
DWindowManagerService.java1425 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()
2099 win.getDisplayContent().pendingLayoutChanges |= in relayoutWindow()
2290 win.getDisplayContent().pendingLayoutChanges |= in finishDrawingWindow()
DWindowState.java3714 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in requestUpdateWallpaperIfNeeded()
4213 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in hideWallpaperWindow()