Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java58 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()
H A DStartingWindowTypeAlgorithm.java28 @StartingWindowInfo.StartingWindowType
H A DStartingWindowController.java35 import android.window.StartingWindowInfo.StartingWindowType;
159 private static boolean isSplashScreenType(@StartingWindowType int suggestionType) { in isSplashScreenType()
H A DSplashscreenContentDrawer.java57 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()
/aosp12/frameworks/base/core/java/android/window/
H A DStartingWindowInfo.java71 public @interface StartingWindowType {} annotation in StartingWindowInfo