Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingWindowController.java133 if (isSplashScreenType(suggestionType)) { in addStartingWindow()
150 if (mTaskLaunchingCallback != null && isSplashScreenType(suggestionType)) { in addStartingWindow()
159 private static boolean isSplashScreenType(@StartingWindowType int suggestionType) { in isSplashScreenType() method in StartingWindowController