Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenWindowCreator.java124 @StartingWindowInfo.StartingWindowType int suggestType) { in addSplashScreenStartingWindow() argument
135 suggestType, mDisplayManager); in addSplashScreenStartingWindow()
140 context, windowInfo, suggestType, activityInfo.packageName, in addSplashScreenStartingWindow()
141 suggestType == STARTING_WINDOW_TYPE_LEGACY_SPLASH_SCREEN in addSplashScreenStartingWindow()
192 mSplashscreenContentDrawer.createContentView(context, suggestType, windowInfo, in addSplashScreenStartingWindow()
195 if (addWindow(taskId, windowInfo.appToken, rootLayout, display, params, suggestType)) { in addSplashScreenStartingWindow()
209 if (suggestType != STARTING_WINDOW_TYPE_LEGACY_SPLASH_SCREEN) { in addSplashScreenStartingWindow()
337 @StartingWindowInfo.StartingWindowType int suggestType) { in addWindow() argument
359 saveSplashScreenRecord(appToken, taskId, view, suggestType); in addWindow()
365 @StartingWindowInfo.StartingWindowType int suggestType) { in saveSplashScreenRecord() argument
[all …]
DSplashscreenContentDrawer.java155 int theme, @StartingWindowInfo.StartingWindowType int suggestType, in createContext() argument
170 activityInfo.packageName, Integer.toHexString(theme), taskId, suggestType); in createContext()
228 @StartingWindowInfo.StartingWindowType int suggestType, in createLayoutParameters() argument
242 if (suggestType == STARTING_WINDOW_TYPE_LEGACY_SPLASH_SCREEN) { in createLayoutParameters()
304 void createContentView(Context context, @StartingWindowType int suggestType, in createContentView() argument
311 contentView = makeSplashScreenContentView(context, info, suggestType, in createContentView()
432 @StartingWindowType int suggestType, Consumer<Runnable> uiThreadInitConsumer) { in makeSplashScreenContentView() argument
439 suggestType == STARTING_WINDOW_TYPE_SPLASH_SCREEN && !canUseIcon(info) in makeSplashScreenContentView()
440 ? STARTING_WINDOW_TYPE_SOLID_COLOR_SPLASH_SCREEN : suggestType; in makeSplashScreenContentView()
579 SplashViewBuilder chooseStyle(int suggestType) { in chooseStyle() argument
[all …]
DStartingSurfaceDrawer.java105 @StartingWindowType int suggestType) { in addSplashScreenStartingWindow() argument
106 mSplashscreenWindowCreator.addSplashScreenStartingWindow(windowInfo, suggestType); in addSplashScreenStartingWindow()