Searched refs:SplashScreen (Results 1 – 13 of 13) sorted by relevance
45 public interface SplashScreen { interface86 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();
32 import android.window.SplashScreen;160 options.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_SOLID_COLOR); in getDefaultActivityOptions()
65 import android.window.SplashScreen;515 @SplashScreen.SplashScreenStyle516 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()
160 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()
202 import android.window.SplashScreen;523 private SplashScreen.SplashScreenManagerGlobal mSplashScreenGlobal;4239 @NonNull SplashScreen.SplashScreenManagerGlobal manager) { in registerSplashScreenManager()
119 import android.window.SplashScreen;710 options.setSplashScreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON);
348 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()
9940 android.window.SplashScreen$SplashScreenManagerGlobal$19941 android.window.SplashScreen$SplashScreenManagerGlobal
32739 Landroid/window/SplashScreen$SplashScreenManagerGlobal$1;32740 Landroid/window/SplashScreen$SplashScreenManagerGlobal;
9971 android.window.SplashScreen$SplashScreenManagerGlobal$19972 android.window.SplashScreen$SplashScreenManagerGlobal
42873 Landroid/window/SplashScreen$SplashScreenManagerGlobal$1;42874 Landroid/window/SplashScreen$SplashScreenManagerGlobal;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4368 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 {