Home
last modified time | relevance | path

Searched refs:DEBUG_SPLASH_SCREEN (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/phone/
H A DPhoneStartingWindowTypeAlgorithm.java33 import static com.android.wm.shell.startingsurface.StartingWindowController.DEBUG_SPLASH_SCREEN;
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.java110 static final boolean DEBUG_SPLASH_SCREEN = StartingWindowController.DEBUG_SPLASH_SCREEN; field in StartingSurfaceDrawer
182 if (DEBUG_SPLASH_SCREEN) { in addSplashScreenStartingWindow()
211 if (DEBUG_SPLASH_SCREEN) { in addSplashScreenStartingWindow()
225 if (DEBUG_SPLASH_SCREEN) { in addSplashScreenStartingWindow()
464 if (DEBUG_SPLASH_SCREEN || DEBUG_TASK_SNAPSHOT) { in removeStartingWindow()
475 if (DEBUG_SPLASH_SCREEN || DEBUG_TASK_SNAPSHOT) { in clearAllWindows()
505 if (DEBUG_SPLASH_SCREEN) { in copySplashScreenView()
534 if (DEBUG_SPLASH_SCREEN) { in onAppSplashScreenViewRemoved()
596 if (DEBUG_SPLASH_SCREEN) { in removeWindowSynced()
H A DStartingWindowController.java69 public static final boolean DEBUG_SPLASH_SCREEN = false; field in StartingWindowController
H A DSplashscreenContentDrawer.java82 private static final boolean DEBUG = StartingSurfaceDrawer.DEBUG_SPLASH_SCREEN;
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DSplashScreenSurface.java19 import static com.android.server.policy.PhoneWindowManager.DEBUG_SPLASH_SCREEN;
49 if (DEBUG_SPLASH_SCREEN) Slog.v(TAG, "Removing splash screen window for " + mAppToken + ": " in remove()
H A DPhoneWindowManager.java245 static final boolean DEBUG_SPLASH_SCREEN = false; field in PhoneWindowManager
2346 if (DEBUG_SPLASH_SCREEN) Slog.d(TAG, "addSplashScreen " + packageName in addSplashScreen()
2370 if (DEBUG_SPLASH_SCREEN) Slog.d(TAG, "addSplashScreen: creating context based" in addSplashScreen()
2381 if (DEBUG_SPLASH_SCREEN) Slog.d(TAG, "addSplashScreen: apply overrideConfig" in addSplashScreen()
2452 if (DEBUG_SPLASH_SCREEN) Slog.d(TAG, "Adding splash screen window for " in addSplashScreen()