Home
last modified time | relevance | path

Searched refs:SplashScreen (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreen.java45 public interface SplashScreen { interface
86 void setOnExitAnimationListener(@NonNull SplashScreen.OnExitAnimationListener listener); in setOnExitAnimationListener()
135 class SplashScreenImpl implements SplashScreen {
149 @NonNull SplashScreen.OnExitAnimationListener listener) { in setOnExitAnimationListener()
204 private static final String TAG = SplashScreen.class.getSimpleName();
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfaces.java32 import android.window.SplashScreen;
160 options.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR); in getDefaultActivityOptions()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java65 import android.window.SplashScreen;
515 @SplashScreen.SplashScreenStyle
516 private int mSplashScreenStyle = SplashScreen.SPLASH_SCREEN_STYLE_UNDEFINED;
1564 public @SplashScreen.SplashScreenStyle int getSplashScreenStyle() { in getSplashScreenStyle()
1575 public ActivityOptions setSplashScreenStyle(@SplashScreen.SplashScreenStyle int style) { in setSplashScreenStyle()
1576 if (style == SplashScreen.SPLASH_SCREEN_STYLE_ICON in setSplashScreenStyle()
1577 || style == SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR) { in setSplashScreenStyle()
H A DActivity.java160 import android.window.SplashScreen;
1035 private SplashScreen mSplashScreen;
1750 public final @NonNull SplashScreen getSplashScreen() { in getSplashScreen()
1754 private SplashScreen getOrCreateSplashScreen() { in getOrCreateSplashScreen()
1757 mSplashScreen = new SplashScreen.SplashScreenImpl(this); in getOrCreateSplashScreen()
H A DActivityThread.java202 import android.window.SplashScreen;
523 private SplashScreen.SplashScreenManagerGlobal mSplashScreenGlobal;
4239 @NonNull SplashScreen.SplashScreenManagerGlobal manager) { in registerSplashScreenManager()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java119 import android.window.SplashScreen;
710 options.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON);
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java348 import android.window.SplashScreen;
7306 if (optionsStyle == SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR) { in shouldUseSolidColorSplashScreen()
7308 } else if (optionsStyle == SplashScreen.SPLASH_SCREEN_STYLE_ICON in shouldUseSolidColorSplashScreen()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes9940 android.window.SplashScreen$SplashScreenManagerGlobal$1
9941 android.window.SplashScreen$SplashScreenManagerGlobal
H A Dboot-image-profile.txt32739 Landroid/window/SplashScreen$SplashScreenManagerGlobal$1;
32740 Landroid/window/SplashScreen$SplashScreenManagerGlobal;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes9971 android.window.SplashScreen$SplashScreenManagerGlobal$1
9972 android.window.SplashScreen$SplashScreenManagerGlobal
H A Dboot-image-profile.txt42873 Landroid/window/SplashScreen$SplashScreenManagerGlobal$1;
42874 Landroid/window/SplashScreen$SplashScreenManagerGlobal;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt4368 method @NonNull public final android.window.SplashScreen getSplashScreen();
60828 public interface SplashScreen {
60830 …method public void setOnExitAnimationListener(@NonNull android.window.SplashScreen.OnExitAnimation…
60836 public static interface SplashScreen.OnExitAnimationListener {