Home
last modified time | relevance | path

Searched refs:surfacePlacer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java781 final WindowSurfacePlacer surfacePlacer = mWmService.mWindowPlacerLocked; in performSurfacePlacementNoTrace() local
805 checkAppTransitionReady(surfacePlacer); in performSurfacePlacementNoTrace()
822 surfacePlacer.debugLayoutRepeats("WallpaperMayChange", in performSurfacePlacementNoTrace()
837 surfacePlacer.debugLayoutRepeats("mLayoutNeeded", in performSurfacePlacementNoTrace()
932 private void checkAppTransitionReady(WindowSurfacePlacer surfacePlacer) { in checkAppTransitionReady() argument
943 surfacePlacer.debugLayoutRepeats("after handleAppTransitionReady", in checkAppTransitionReady()
957 surfacePlacer.debugLayoutRepeats("after handleAnimStopAndXitionLock", in checkAppTransitionReady()
DDisplayContent.java1010 final WindowSurfacePlacer surfacePlacer = mWmService.mWindowPlacerLocked;
1023 surfacePlacer.debugLayoutRepeats(
5003 final WindowSurfacePlacer surfacePlacer = mWmService.mWindowPlacerLocked; in applySurfaceChangesTransaction() local
5009 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("On entry to LockedInner", in applySurfaceChangesTransaction()