Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/phone/
H A DPhoneStartingWindowTypeAlgorithm.java34 import static com.android.wm.shell.startingsurface.StartingWindowController.DEBUG_TASK_SNAPSHOT;
63 if (DEBUG_SPLASH_SCREEN || DEBUG_TASK_SNAPSHOT) { in getSuggestedWindowType()
102 if (DEBUG_SPLASH_SCREEN || DEBUG_TASK_SNAPSHOT) { in isSnapshotCompatible()
108 if (DEBUG_SPLASH_SCREEN || DEBUG_TASK_SNAPSHOT) { in isSnapshotCompatible()
118 if (DEBUG_SPLASH_SCREEN || DEBUG_TASK_SNAPSHOT) { in isSnapshotCompatible()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java111 static final boolean DEBUG_TASK_SNAPSHOT = StartingWindowController.DEBUG_TASK_SNAPSHOT; field in StartingSurfaceDrawer
464 if (DEBUG_SPLASH_SCREEN || DEBUG_TASK_SNAPSHOT) { in removeStartingWindow()
475 if (DEBUG_SPLASH_SCREEN || DEBUG_TASK_SNAPSHOT) { in clearAllWindows()
622 if (DEBUG_TASK_SNAPSHOT) { in removeWindowSynced()
H A DStartingWindowController.java70 public static final boolean DEBUG_TASK_SNAPSHOT = false; field in StartingWindowController
H A DTaskSnapshotWindow.java117 private static final boolean DEBUG = StartingSurfaceDrawer.DEBUG_TASK_SNAPSHOT;