Searched refs:pendingLayoutChanges (Results 1 – 10 of 10) sorted by relevance
616 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 …]
341 return (displayContent != null) ? displayContent.pendingLayoutChanges : 0; in getPendingLayoutChanges()350 displayContent.pendingLayoutChanges |= changes; in setPendingLayoutChanges()
305 int pendingLayoutChanges; field in DisplayContent409 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 …]
234 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { in debugLayoutRepeats() argument237 ", mPendingLayoutChanges = 0x" + Integer.toHexString(pendingLayoutChanges)); in debugLayoutRepeats()
294 int pendingLayoutChanges = FINISH_LAYOUT_REDO_ANIM; in onAnimationFinished() local296 pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in onAnimationFinished()298 mAnimator.setPendingLayoutChanges(displayId, pendingLayoutChanges); in onAnimationFinished()
1101 dc.pendingLayoutChanges |= changes; in setAppLayoutChanges()1103 mService.mWindowPlacerLocked.debugLayoutRepeats(reason, dc.pendingLayoutChanges); in setAppLayoutChanges()1775 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in applyAnimationLocked()
298 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in initialize()
670 if ((dc.pendingLayoutChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) { in adjustWallpaperWindowsForAppTransitionIfNeeded()
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()2099 win.getDisplayContent().pendingLayoutChanges |= in relayoutWindow()2290 win.getDisplayContent().pendingLayoutChanges |= in finishDrawingWindow()
3714 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in requestUpdateWallpaperIfNeeded()4213 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in hideWallpaperWindow()