Searched defs:DEBUG_LAYOUT_REPEATS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java182 static final boolean DEBUG_LAYOUT_REPEATS = true; field in class:WindowManagerService
8576 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("On entry to LockedInner",
8608 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("loop number " + mLayoutRepeatCount,
8618 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("after finishAnimationLw",
8678 if (WindowManagerService.DEBUG_LAYOUT_REPEATS) {
8764 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("after handleAppTransitionReadyLocked",
8778 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("after handleAnimStopAndXitionLock",
8791 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("after animateAwayWallpaperLocked",
8824 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("mLayoutNeeded", mPendingLayoutChanges);

Completed in 21 milliseconds