Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java259 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { in debugLayoutRepeats() argument
262 ", 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 …]
DWindowAnimator.java894 return (displayContent != null) ? displayContent.pendingLayoutChanges : 0; in getPendingLayoutChanges()
903 displayContent.pendingLayoutChanges |= changes; in setPendingLayoutChanges()
DDisplayContent.java77 int pendingLayoutChanges; field in DisplayContent
DWallpaperController.java214 displayContent.pendingLayoutChanges |= in hideWallpapers()
DWindowManagerService.java2084 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()
DWindowState.java2860 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in requestUpdateWallpaperIfNeeded()