Home
last modified time | relevance | path

Searched refs:debugLayoutRepeats (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java202 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { in debugLayoutRepeats() method in WindowSurfacePlacer
H A DWindowStateAnimator.java188 mService.mWindowPlacerLocked.debugLayoutRepeats( in onAnimationFinished()
460 mService.mWindowPlacerLocked.debugLayoutRepeats( in prepareSurfaceLocked()
H A DRootWindowContainer.java830 surfacePlacer.debugLayoutRepeats("WallpaperMayChange", in performSurfacePlacementNoTrace()
845 surfacePlacer.debugLayoutRepeats("mLayoutNeeded", in performSurfacePlacementNoTrace()
949 surfacePlacer.debugLayoutRepeats("after handleAppTransitionReady", in checkAppTransitionReady()
963 surfacePlacer.debugLayoutRepeats("after handleAnimStopAndXitionLock", in checkAppTransitionReady()
H A DDisplayContent.java804 mWmService.mWindowPlacerLocked.debugLayoutRepeats(
1095 surfacePlacer.debugLayoutRepeats(
4970 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("On entry to LockedInner", in applySurfaceChangesTransaction()
H A DActivityRecord.java4445 mWmService.mWindowPlacerLocked.debugLayoutRepeats(reason, dc.pendingLayoutChanges); in setAppLayoutChanges()