Home
last modified time | relevance | path

Searched refs:suggestType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java168 @StartingWindowType int suggestType) { in addSplashScreenStartingWindow() argument
185 + " suggestType=" + suggestType); in addSplashScreenStartingWindow()
251 if (suggestType == STARTING_WINDOW_TYPE_LEGACY_SPLASH_SCREEN) { in addSplashScreenStartingWindow()
336 mSplashscreenContentDrawer.createContentView(context, suggestType, activityInfo, taskId, in addSplashScreenStartingWindow()
339 if (addWindow(taskId, appToken, rootLayout, display, params, suggestType)) { in addSplashScreenStartingWindow()
543 WindowManager.LayoutParams params, @StartingWindowType int suggestType) { in addWindow() argument
565 saveSplashScreenRecord(appToken, taskId, view, suggestType); in addWindow()
572 @StartingWindowType int suggestType) { in saveSplashScreenRecord() argument
574 null/* TaskSnapshotWindow */, suggestType); in saveSplashScreenRecord()
658 TaskSnapshotWindow taskSnapshotWindow, @StartingWindowType int suggestType) { in StartingWindowRecord() argument
[all …]
H A DSplashscreenContentDrawer.java140 void createContentView(Context context, @StartingWindowType int suggestType, ActivityInfo info, in createContentView() argument
147 contentView = makeSplashScreenContentView(context, info, suggestType, in createContentView()
244 @StartingWindowType int suggestType, Consumer<Runnable> uiThreadInitConsumer) { in makeSplashScreenContentView() argument
250 final Drawable legacyDrawable = suggestType == STARTING_WINDOW_TYPE_LEGACY_SPLASH_SCREEN in makeSplashScreenContentView()
258 .chooseStyle(suggestType) in makeSplashScreenContentView()
347 StartingWindowViewBuilder chooseStyle(int suggestType) { in chooseStyle() argument
348 mSuggestType = suggestType; in chooseStyle()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java118 WindowManager.LayoutParams params, int suggestType) { in addWindow() argument
121 saveSplashScreenRecord(appToken, taskId, view, suggestType); in addWindow()