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()
409 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) { in updateWindowsLocked()
433 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) { in updateWindowsLocked()
848 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) { in setAppLayoutChanges()
DWindowManagerService.java217 static final boolean DEBUG_LAYOUT_REPEATS = true; field in WindowManagerService
9926 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("On entry to LockedInner", in performLayoutAndPlaceSurfacesLockedInner()
9971 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats( in performLayoutAndPlaceSurfacesLockedInner()
10058 if (DEBUG_LAYOUT_REPEATS) { in performLayoutAndPlaceSurfacesLockedInner()
10070 if (DEBUG_LAYOUT_REPEATS) { 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()
DWindowStateAnimator.java429 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) mService.debugLayoutRepeats( in stepAnimationLocked()