Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenWindowCreator.java126 @StartingWindowInfo.StartingWindowType int suggestType) { in addSplashScreenStartingWindow()
340 @StartingWindowInfo.StartingWindowType int suggestType) { in addWindow()
368 @StartingWindowInfo.StartingWindowType int suggestType) { in saveSplashScreenRecord()
425 @StartingWindowInfo.StartingWindowType private final int mSuggestType;
434 @StartingWindowInfo.StartingWindowType int suggestType) { in SplashWindowRecord()
H A DStartingWindowTypeAlgorithm.java28 @StartingWindowInfo.StartingWindowType
H A DStartingWindowController.java36 import android.window.StartingWindowInfo.StartingWindowType;
189 private static boolean isSplashScreenType(@StartingWindowType int suggestionType) { in isSplashScreenType()
H A DStartingSurfaceDrawer.java39 import android.window.StartingWindowInfo.StartingWindowType;
103 @StartingWindowType int suggestType) { in addSplashScreenStartingWindow()
H A DSplashscreenContentDrawer.java68 import android.window.StartingWindowInfo.StartingWindowType;
163 int theme, @StartingWindowInfo.StartingWindowType int suggestType, in createContext()
236 @StartingWindowInfo.StartingWindowType int suggestType, in createLayoutParameters()
309 void createContentView(Context context, @StartingWindowType int suggestType, in createContentView()
433 @StartingWindowType int suggestType, Consumer<Runnable> uiThreadInitConsumer) { in makeSplashScreenContentView()
/aosp14/frameworks/base/core/java/android/window/
H A DStartingWindowInfo.java78 public @interface StartingWindowType {} annotation in StartingWindowInfo