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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java8576 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",
8679 debugLayoutRepeats("updateWindowsAndWallpaperLocked 1",
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);
10143 void debugLayoutRepeats(final String msg, int pendingLayoutChanges) { method in class:WindowManagerService

Completed in 87 milliseconds