Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java302 mService.debugLayoutRepeats("updateWindowsAndWallpaperLocked 2", in updateWindowsLocked()
316 mService.debugLayoutRepeats("updateWindowsAndWallpaperLocked 3", in updateWindowsLocked()
410 mService.debugLayoutRepeats("updateWindowsAndWallpaperLocked 4", in updateWindowsLocked()
434 mService.debugLayoutRepeats("updateWindowsAndWallpaperLocked 5", in updateWindowsLocked()
849 mService.debugLayoutRepeats(reason, getPendingLayoutChanges(displayId)); in setAppLayoutChanges()
DWindowManagerService.java9926 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("On entry to LockedInner", in performLayoutAndPlaceSurfacesLockedInner()
9971 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats( in performLayoutAndPlaceSurfacesLockedInner()
10059 debugLayoutRepeats( in performLayoutAndPlaceSurfacesLockedInner()
10071 debugLayoutRepeats( in performLayoutAndPlaceSurfacesLockedInner()
10171 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("after handleAppTransitionReadyLocked", in performLayoutAndPlaceSurfacesLockedInner()
10183 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("after handleAnimStopAndXitionLock", in performLayoutAndPlaceSurfacesLockedInner()
10196 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("after animateAwayWallpaperLocked", in performLayoutAndPlaceSurfacesLockedInner()
10205 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("WallpaperMayChange", in performLayoutAndPlaceSurfacesLockedInner()
10220 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("mLayoutNeeded", in performLayoutAndPlaceSurfacesLockedInner()
11707 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { in debugLayoutRepeats() method
DWindowStateAnimator.java429 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) mService.debugLayoutRepeats( in stepAnimationLocked()