Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DQuickstepInteractionHandler.java74 activityOptions.options.setSplashscreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_EMPTY); in onInteraction()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskShortcutFactory.java193 options.setSplashscreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON); in onClick()
H A DRecentsActivity.java276 activityOptions.options.setSplashscreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON); in getActivityLaunchOptions()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DBaseQuickstepLauncher.java510 activityOptions.options.setSplashscreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON); in getActivityLaunchOptions()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityOptions.java1390 public void setSplashscreenStyle(@SplashScreen.SplashScreenStyle int style) { in setSplashscreenStyle() method in ActivityOptions