Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowAnimator.java301 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) { in updateWindowsLocked()
315 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) { in updateWindowsLocked()
411 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) { in updateWindowsLocked()
435 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) { in updateWindowsLocked()
844 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) { in setAppLayoutChanges()
DWindowManagerService.java191 static final boolean DEBUG_LAYOUT_REPEATS = true; field in WindowManagerService
9686 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("On entry to LockedInner", in performLayoutAndPlaceSurfacesLockedInner()
9723 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("loop number " in performLayoutAndPlaceSurfacesLockedInner()
9735 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats( in performLayoutAndPlaceSurfacesLockedInner()
9818 if (DEBUG_LAYOUT_REPEATS) { in performLayoutAndPlaceSurfacesLockedInner()
9830 if (DEBUG_LAYOUT_REPEATS) { in performLayoutAndPlaceSurfacesLockedInner()
9930 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("after handleAppTransitionReadyLocked", in performLayoutAndPlaceSurfacesLockedInner()
9942 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("after handleAnimStopAndXitionLock", in performLayoutAndPlaceSurfacesLockedInner()
9955 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("after animateAwayWallpaperLocked", in performLayoutAndPlaceSurfacesLockedInner()
9964 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("WallpaperMayChange", in performLayoutAndPlaceSurfacesLockedInner()
[all …]
DWindowStateAnimator.java428 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) mService.debugLayoutRepeats( in stepAnimationLocked()