Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java602 surfacePlacer.debugLayoutRepeats("after handleAppTransitionReadyLocked", in performSurfacePlacement()
614 surfacePlacer.debugLayoutRepeats("after handleAnimStopAndXitionLock", in performSurfacePlacement()
625 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats( in performSurfacePlacement()
633 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("WallpaperMayChange", in performSurfacePlacement()
648 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("mLayoutNeeded", in performSurfacePlacement()
DDisplayContent.java341 mService.mWindowPlacerLocked.debugLayoutRepeats(
353 mService.mWindowPlacerLocked.debugLayoutRepeats(
662 surfacePlacer.debugLayoutRepeats(
673 surfacePlacer.debugLayoutRepeats(
2712 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("On entry to LockedInner", in applySurfaceChangesTransaction()
2749 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats( in applySurfaceChangesTransaction()
DWindowSurfacePlacer.java220 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { in debugLayoutRepeats() method in WindowSurfacePlacer
DAppWindowToken.java1095 mService.mWindowPlacerLocked.debugLayoutRepeats(reason, dc.pendingLayoutChanges); in setAppLayoutChanges()
DWindowStateAnimator.java477 mService.mWindowPlacerLocked.debugLayoutRepeats( in stepAnimationLocked()