Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DSplashScreen.java47 public interface SplashScreen { interface
89 void setOnExitAnimationListener(@NonNull SplashScreen.OnExitAnimationListener listener); in setOnExitAnimationListener()
138 class SplashScreenImpl implements SplashScreen {
152 @NonNull SplashScreen.OnExitAnimationListener listener) { in setOnExitAnimationListener()
207 private static final String TAG = SplashScreen.class.getSimpleName();
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DTransferSplashscreenActivity.java24 import android.window.SplashScreen;
32 final SplashScreen splashScreen = getSplashScreen(); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DWidgetConfigurationController.kt22 import android.window.SplashScreen
61 splashScreenStyle = SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR in configureWidget()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfaces.java31 import android.window.SplashScreen;
159 options.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR); in getDefaultActivityOptions()
/frameworks/base/core/java/android/app/
DActivityOptions.java67 import android.window.SplashScreen;
529 @SplashScreen.SplashScreenStyle
530 private int mSplashScreenStyle = SplashScreen.SPLASH_SCREEN_STYLE_UNDEFINED;
1611 public @SplashScreen.SplashScreenStyle int getSplashScreenStyle() { in getSplashScreenStyle()
1622 public ActivityOptions setSplashScreenStyle(@SplashScreen.SplashScreenStyle int style) { in setSplashScreenStyle()
1623 if (style == SplashScreen.SPLASH_SCREEN_STYLE_ICON in setSplashScreenStyle()
1624 || style == SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR) { in setSplashScreenStyle()
DActivity.java166 import android.window.SplashScreen;
1073 private SplashScreen mSplashScreen;
1859 public final @NonNull SplashScreen getSplashScreen() { in getSplashScreen()
1863 private SplashScreen getOrCreateSplashScreen() { in getOrCreateSplashScreen()
1866 mSplashScreen = new SplashScreen.SplashScreenImpl(this); in getOrCreateSplashScreen()
DActivityThread.java221 import android.window.SplashScreen;
558 private SplashScreen.SplashScreenManagerGlobal mSplashScreenGlobal;
4519 @NonNull SplashScreen.SplashScreenManagerGlobal manager) { in registerSplashScreenManager()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt27 import android.window.SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java370 import android.window.SplashScreen;
7532 SplashScreen.SPLASH_SCREEN_STYLE_UNDEFINED; in shouldUseSolidColorSplashScreen()
7533 if (optionsStyle == SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR) { in shouldUseSolidColorSplashScreen()
7535 } else if (optionsStyle == SplashScreen.SPLASH_SCREEN_STYLE_ICON in shouldUseSolidColorSplashScreen()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java123 import android.window.SplashScreen;
786 options.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON);
/frameworks/base/boot/
Dpreloaded-classes10291 android.window.SplashScreen$SplashScreenManagerGlobal$1
10292 android.window.SplashScreen$SplashScreenManagerGlobal
10293 android.window.SplashScreen
Dboot-image-profile.txt32713 Landroid/window/SplashScreen$SplashScreenManagerGlobal$1;
32714 Landroid/window/SplashScreen$SplashScreenManagerGlobal;
32715 Landroid/window/SplashScreen;
/frameworks/base/config/
Dpreloaded-classes10322 android.window.SplashScreen$SplashScreenManagerGlobal$1
10323 android.window.SplashScreen$SplashScreenManagerGlobal
10324 android.window.SplashScreen
Dboot-image-profile.txt42874 Landroid/window/SplashScreen$SplashScreenManagerGlobal$1;
42875 Landroid/window/SplashScreen$SplashScreenManagerGlobal;
42876 Landroid/window/SplashScreen;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt4453 method @NonNull public final android.window.SplashScreen getSplashScreen();
61489 public interface SplashScreen {
61491 …method public void setOnExitAnimationListener(@NonNull android.window.SplashScreen.OnExitAnimation…
61497 public static interface SplashScreen.OnExitAnimationListener {