Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java61 static final boolean DEBUG_LAYOUT_REPEATS = false; field in WindowManagerDebugConfig
DWindowAnimator.java31 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
317 if (DEBUG_LAYOUT_REPEATS) { in updateWindowsLocked()
332 if (DEBUG_LAYOUT_REPEATS) { in updateWindowsLocked()
431 if (DEBUG_LAYOUT_REPEATS) { in updateWindowsLocked()
456 if (DEBUG_LAYOUT_REPEATS) { in updateWindowsLocked()
913 if (DEBUG_LAYOUT_REPEATS) { in setAppLayoutChanges()
DWindowSurfacePlacer.java26 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
333 if (DEBUG_LAYOUT_REPEATS) in performSurfacePlacementInner()
347 if (DEBUG_LAYOUT_REPEATS) in performSurfacePlacementInner()
361 if (DEBUG_LAYOUT_REPEATS) in performSurfacePlacementInner()
371 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("WallpaperMayChange", in performSurfacePlacementInner()
386 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("mLayoutNeeded", in performSurfacePlacementInner()
628 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats( in applySurfaceChangesTransaction()
673 if (DEBUG_LAYOUT_REPEATS) debugLayoutRepeats("after finishPostLayoutPolicyLw", in applySurfaceChangesTransaction()
759 if (DEBUG_LAYOUT_REPEATS) { in applySurfaceChangesTransaction()
769 if (DEBUG_LAYOUT_REPEATS) { in applySurfaceChangesTransaction()
DWindowStateAnimator.java31 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
494 if (DEBUG_LAYOUT_REPEATS) in stepAnimationLocked()