Searched refs:SplashScreen (Results 1 – 16 of 16) sorted by relevance
47 public interface SplashScreen { interface89 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();
24 import android.window.SplashScreen;32 final SplashScreen splashScreen = getSplashScreen(); in onCreate()
22 import android.window.SplashScreen61 splashScreenStyle = SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR in configureWidget()
31 import android.window.SplashScreen;159 options.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR); in getDefaultActivityOptions()
67 import android.window.SplashScreen;529 @SplashScreen.SplashScreenStyle530 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()
166 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()
221 import android.window.SplashScreen;558 private SplashScreen.SplashScreenManagerGlobal mSplashScreenGlobal;4519 @NonNull SplashScreen.SplashScreenManagerGlobal manager) { in registerSplashScreenManager()
27 import android.window.SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR
370 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()
123 import android.window.SplashScreen;786 options.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON);
10291 android.window.SplashScreen$SplashScreenManagerGlobal$110292 android.window.SplashScreen$SplashScreenManagerGlobal10293 android.window.SplashScreen
32713 Landroid/window/SplashScreen$SplashScreenManagerGlobal$1;32714 Landroid/window/SplashScreen$SplashScreenManagerGlobal;32715 Landroid/window/SplashScreen;
10322 android.window.SplashScreen$SplashScreenManagerGlobal$110323 android.window.SplashScreen$SplashScreenManagerGlobal10324 android.window.SplashScreen
42874 Landroid/window/SplashScreen$SplashScreenManagerGlobal$1;42875 Landroid/window/SplashScreen$SplashScreenManagerGlobal;42876 Landroid/window/SplashScreen;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4453 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 {