Searched refs:StartingWindowType (Results 1 – 5 of 5) sorted by relevance
58 import android.window.StartingWindowInfo.StartingWindowType;168 @StartingWindowType int suggestType) { in addSplashScreenStartingWindow()543 WindowManager.LayoutParams params, @StartingWindowType int suggestType) { in addWindow()572 @StartingWindowType int suggestType) { in saveSplashScreenRecord()654 private @StartingWindowType int mSuggestType;658 TaskSnapshotWindow taskSnapshotWindow, @StartingWindowType int suggestType) { in StartingWindowRecord()
28 @StartingWindowInfo.StartingWindowType
35 import android.window.StartingWindowInfo.StartingWindowType;159 private static boolean isSplashScreenType(@StartingWindowType int suggestionType) { in isSplashScreenType()
57 import android.window.StartingWindowInfo.StartingWindowType;140 void createContentView(Context context, @StartingWindowType int suggestType, ActivityInfo info, in createContentView()244 @StartingWindowType int suggestType, Consumer<Runnable> uiThreadInitConsumer) { in makeSplashScreenContentView()
71 public @interface StartingWindowType {} annotation in StartingWindowInfo