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/
DWindowSurfacePlacer.java202 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { in debugLayoutRepeats() method in WindowSurfacePlacer
DWindowStateAnimator.java191 mService.mWindowPlacerLocked.debugLayoutRepeats( in onAnimationFinished()
473 mService.mWindowPlacerLocked.debugLayoutRepeats( in prepareSurfaceLocked()
DRootWindowContainer.java822 surfacePlacer.debugLayoutRepeats("WallpaperMayChange", in performSurfacePlacementNoTrace()
837 surfacePlacer.debugLayoutRepeats("mLayoutNeeded", in performSurfacePlacementNoTrace()
943 surfacePlacer.debugLayoutRepeats("after handleAppTransitionReady", in checkAppTransitionReady()
957 surfacePlacer.debugLayoutRepeats("after handleAnimStopAndXitionLock", in checkAppTransitionReady()
DDisplayContent.java825 mWmService.mWindowPlacerLocked.debugLayoutRepeats(
1023 surfacePlacer.debugLayoutRepeats(
5009 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("On entry to LockedInner", in applySurfaceChangesTransaction()
DActivityRecord.java4652 mWmService.mWindowPlacerLocked.debugLayoutRepeats(reason, dc.pendingLayoutChanges); in setAppLayoutChanges()