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.java49 static final boolean DEBUG_LAYOUT_REPEATS = false; field in WindowManagerDebugConfig
DWindowStateAnimator.java38 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
212 if (DEBUG_LAYOUT_REPEATS) { in onAnimationFinished()
565 if (DEBUG_LAYOUT_REPEATS) { in prepareSurfaceLocked()
DRootWindowContainer.java81 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
875 if (DEBUG_LAYOUT_REPEATS) { in performSurfacePlacementNoTrace()
890 if (DEBUG_LAYOUT_REPEATS) { in performSurfacePlacementNoTrace()
1023 if (DEBUG_LAYOUT_REPEATS) { in checkAppTransitionReady()
1037 if (DEBUG_LAYOUT_REPEATS) { in checkAppTransitionReady()
DDisplayContent.java127 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
700 if (DEBUG_LAYOUT_REPEATS) {
966 if (DEBUG_LAYOUT_REPEATS) {
4282 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("On entry to LockedInner", in applySurfaceChangesTransaction()
4319 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats( in applySurfaceChangesTransaction()
DActivityRecord.java214 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
3750 if (DEBUG_LAYOUT_REPEATS) { in setAppLayoutChanges()