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.java618 surfacePlacer.debugLayoutRepeats("after handleAppTransitionReadyLocked", in performSurfacePlacement()
630 surfacePlacer.debugLayoutRepeats("after handleAnimStopAndXitionLock", in performSurfacePlacement()
648 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats( in performSurfacePlacement()
656 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("WallpaperMayChange", in performSurfacePlacement()
671 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("mLayoutNeeded", in performSurfacePlacement()
DDisplayContent.java411 mService.mWindowPlacerLocked.debugLayoutRepeats(
699 surfacePlacer.debugLayoutRepeats(
710 surfacePlacer.debugLayoutRepeats(
2855 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("On entry to LockedInner", in applySurfaceChangesTransaction()
2892 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats( in applySurfaceChangesTransaction()
DWindowSurfacePlacer.java234 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { in debugLayoutRepeats() method in WindowSurfacePlacer
DWindowStateAnimator.java300 mService.mWindowPlacerLocked.debugLayoutRepeats( in onAnimationFinished()
DAppWindowToken.java1103 mService.mWindowPlacerLocked.debugLayoutRepeats(reason, dc.pendingLayoutChanges); in setAppLayoutChanges()