Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java62 static final boolean DEBUG_LAYOUT_REPEATS = false; field in WindowManagerDebugConfig
DRootWindowContainer.java65 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
601 if (DEBUG_LAYOUT_REPEATS) in performSurfacePlacement()
613 if (DEBUG_LAYOUT_REPEATS) in performSurfacePlacement()
625 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats( in performSurfacePlacement()
633 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("WallpaperMayChange", in performSurfacePlacement()
648 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("mLayoutNeeded", in performSurfacePlacement()
DDisplayContent.java68 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
340 if (DEBUG_LAYOUT_REPEATS) {
352 if (DEBUG_LAYOUT_REPEATS) {
661 if (DEBUG_LAYOUT_REPEATS) {
672 if (DEBUG_LAYOUT_REPEATS) {
2712 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("On entry to LockedInner", in applySurfaceChangesTransaction()
2749 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats( in applySurfaceChangesTransaction()
DAppWindowToken.java39 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
1094 if (DEBUG_LAYOUT_REPEATS) { in setAppLayoutChanges()
1483 DEBUG_LAYOUT_REPEATS ? "appToken " + this + " done" : null); in stepAppWindowsAnimation()
DWindowStateAnimator.java30 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
476 if (DEBUG_LAYOUT_REPEATS) in stepAnimationLocked()