Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingWindowTypeAlgorithm.java28 @StartingWindowInfo.StartingWindowType
DSplashscreenWindowCreator.java124 @StartingWindowInfo.StartingWindowType int suggestType) { in addSplashScreenStartingWindow()
337 @StartingWindowInfo.StartingWindowType int suggestType) { in addWindow()
365 @StartingWindowInfo.StartingWindowType int suggestType) { in saveSplashScreenRecord()
422 @StartingWindowInfo.StartingWindowType private final int mSuggestType;
429 @StartingWindowInfo.StartingWindowType int suggestType) { in SplashWindowRecord()
DStartingWindowController.java35 import android.window.StartingWindowInfo.StartingWindowType;
188 private static boolean isSplashScreenType(@StartingWindowType int suggestionType) { in isSplashScreenType()
DStartingSurfaceDrawer.java41 import android.window.StartingWindowInfo.StartingWindowType;
105 @StartingWindowType int suggestType) { in addSplashScreenStartingWindow()
DSplashscreenContentDrawer.java69 import android.window.StartingWindowInfo.StartingWindowType;
155 int theme, @StartingWindowInfo.StartingWindowType int suggestType, in createContext()
228 @StartingWindowInfo.StartingWindowType int suggestType, in createLayoutParameters()
304 void createContentView(Context context, @StartingWindowType int suggestType, in createContentView()
432 @StartingWindowType int suggestType, Consumer<Runnable> uiThreadInitConsumer) { in makeSplashScreenContentView()
438 final @StartingWindowType int splashType = in makeSplashScreenContentView()
/frameworks/base/core/java/android/window/
DStartingWindowInfo.java79 public @interface StartingWindowType {} annotation in StartingWindowInfo