Searched refs:StartingWindowType (Results 1 – 6 of 6) sorted by relevance
126 @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()
28 @StartingWindowInfo.StartingWindowType
36 import android.window.StartingWindowInfo.StartingWindowType;189 private static boolean isSplashScreenType(@StartingWindowType int suggestionType) { in isSplashScreenType()
39 import android.window.StartingWindowInfo.StartingWindowType;103 @StartingWindowType int suggestType) { in addSplashScreenStartingWindow()
68 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()
78 public @interface StartingWindowType {} annotation in StartingWindowInfo