Searched refs:pendingLayoutChanges (Results 1 – 6 of 6) sorted by relevance
259 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { in debugLayoutRepeats() argument262 ", mPendingLayoutChanges = 0x" + Integer.toHexString(pendingLayoutChanges)); in debugLayoutRepeats()332 defaultDisplay.pendingLayoutChanges |= handleAppTransitionReadyLocked(defaultWindows); in performSurfacePlacementInner()335 defaultDisplay.pendingLayoutChanges); in performSurfacePlacementInner()345 defaultDisplay.pendingLayoutChanges |= in performSurfacePlacementInner()349 defaultDisplay.pendingLayoutChanges); in performSurfacePlacementInner()352 if (mWallpaperForceHidingChanged && defaultDisplay.pendingLayoutChanges == 0 in performSurfacePlacementInner()360 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in performSurfacePlacementInner()363 defaultDisplay.pendingLayoutChanges); in performSurfacePlacementInner()370 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in performSurfacePlacementInner()[all …]
894 return (displayContent != null) ? displayContent.pendingLayoutChanges : 0; in getPendingLayoutChanges()903 displayContent.pendingLayoutChanges |= changes; in setPendingLayoutChanges()
77 int pendingLayoutChanges; field in DisplayContent
214 displayContent.pendingLayoutChanges |= in hideWallpapers()
2084 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()2086 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()2093 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()2535 getDefaultDisplayContentLocked().pendingLayoutChanges |= in removeWindowInnerLocked()2538 getDefaultDisplayContentLocked().pendingLayoutChanges |= in removeWindowInnerLocked()2929 getDefaultDisplayContentLocked().pendingLayoutChanges |= in relayoutWindow()3146 getDefaultDisplayContentLocked().pendingLayoutChanges |= in finishDrawingWindow()
2860 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in requestUpdateWallpaperIfNeeded()