Home
last modified time | relevance | path

Searched refs:DEBUG_LAYOUT_REPEATS (Results 1 – 6 of 6) 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.java38 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
635 if (DEBUG_LAYOUT_REPEATS) { in performSurfacePlacementNoTrace()
650 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("mLayoutNeeded", in performSurfacePlacementNoTrace()
784 if (DEBUG_LAYOUT_REPEATS) { in checkAppTransitionReady()
798 if (DEBUG_LAYOUT_REPEATS) { in checkAppTransitionReady()
DWindowStateAnimator.java31 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
274 if (DEBUG_LAYOUT_REPEATS) in onAnimationFinished()
1153 if (DEBUG_LAYOUT_REPEATS) { in prepareSurfaceLocked()
DDisplayContent.java111 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
597 if (DEBUG_LAYOUT_REPEATS) {
851 if (DEBUG_LAYOUT_REPEATS) {
862 if (DEBUG_LAYOUT_REPEATS) {
3711 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("On entry to LockedInner", in applySurfaceChangesTransaction()
3748 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats( in applySurfaceChangesTransaction()
DAppWindowToken.java68 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
1431 if (DEBUG_LAYOUT_REPEATS) { in setAppLayoutChanges()
DWindowState.java102 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
4459 if (DEBUG_LAYOUT_REPEATS) { in hideWallpaperWindow()