Searched refs:pendingLayoutChanges (Results 1 – 11 of 11) sorted by relevance
202 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { in debugLayoutRepeats() argument205 ", mPendingLayoutChanges = 0x" + Integer.toHexString(pendingLayoutChanges)); in debugLayoutRepeats()
200 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM; in onAnimationFinished()202 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in onAnimationFinished()206 "WindowStateAnimator", displayContent.pendingLayoutChanges); in onAnimationFinished()557 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM; in prepareSurfaceLocked()561 displayContent.pendingLayoutChanges); in prepareSurfaceLocked()
461 int pendingLayoutChanges; field in DisplayContent731 pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM;1012 pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;1016 pendingLayoutChanges);3607 pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM; in updateFocusedWindowLocked()4438 pendingLayoutChanges); in applySurfaceChangesTransaction()4444 if ((pendingLayoutChanges & FINISH_LAYOUT_REDO_CONFIG) != 0) { in applySurfaceChangesTransaction()4452 if ((pendingLayoutChanges & FINISH_LAYOUT_REDO_LAYOUT) != 0) { in applySurfaceChangesTransaction()4464 pendingLayoutChanges = 0; in applySurfaceChangesTransaction()4477 } while (pendingLayoutChanges != 0); in applySurfaceChangesTransaction()[all …]
732 final int pendingChanges = mChildren.get(i).pendingLayoutChanges; in hasPendingLayoutChanges()899 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in performSurfacePlacementNoTrace()902 displayContent.pendingLayoutChanges); in performSurfacePlacementNoTrace()914 defaultDisplay.pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT; in performSurfacePlacementNoTrace()917 defaultDisplay.pendingLayoutChanges); in performSurfacePlacementNoTrace()949 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in performSurfacePlacementNoTrace()964 if (displayContent.pendingLayoutChanges != 0) { in performSurfacePlacementNoTrace()1050 curDisplay.pendingLayoutChanges); in checkAppTransitionReady()1064 curDisplay.pendingLayoutChanges); in checkAppTransitionReady()
732 if ((mDisplayContent.pendingLayoutChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) { in adjustWallpaperWindowsForAppTransitionIfNeeded()
1794 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()1796 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()1803 displayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in addWindow()2098 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in postWindowRemoveCleanupLocked()2100 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in postWindowRemoveCleanupLocked()2458 displayContent.pendingLayoutChanges |= in relayoutWindow()2667 win.getDisplayContent().pendingLayoutChanges |= in finishDrawingWindow()
294 mDisplayContent.pendingLayoutChanges |= in handleAppTransitionReady()
480 mDisplayContent.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in initialize()
2855 getDisplayContent().pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in applyAnimationUnchecked()
3973 dc.pendingLayoutChanges |= changes; in setAppLayoutChanges()3975 mWmService.mWindowPlacerLocked.debugLayoutRepeats(reason, dc.pendingLayoutChanges); in setAppLayoutChanges()
4692 dc.pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER; in requestUpdateWallpaperIfNeeded()