Searched refs:StartingWindowType (Results 1 – 6 of 6) sorted by relevance
28 @StartingWindowInfo.StartingWindowType
124 @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()
35 import android.window.StartingWindowInfo.StartingWindowType;188 private static boolean isSplashScreenType(@StartingWindowType int suggestionType) { in isSplashScreenType()
41 import android.window.StartingWindowInfo.StartingWindowType;105 @StartingWindowType int suggestType) { in addSplashScreenStartingWindow()
69 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()
79 public @interface StartingWindowType {} annotation in StartingWindowInfo