Searched refs:SplashScreen (Results 1 – 12 of 12) sorted by relevance
44 public interface SplashScreen { interface85 void setOnExitAnimationListener(@NonNull SplashScreen.OnExitAnimationListener listener); in setOnExitAnimationListener()130 class SplashScreenImpl implements SplashScreen {144 @NonNull SplashScreen.OnExitAnimationListener listener) { in setOnExitAnimationListener()199 private static final String TAG = SplashScreen.class.getSimpleName();
29 import android.window.SplashScreen;74 activityOptions.options.setSplashscreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_EMPTY); in onInteraction()
60 import android.window.SplashScreen;433 @SplashScreen.SplashScreenStyle434 private int mSplashScreenStyle = SplashScreen.SPLASH_SCREEN_STYLE_UNDEFINED;1390 public void setSplashscreenStyle(@SplashScreen.SplashScreenStyle int style) { in setSplashscreenStyle()1398 @SplashScreen.SplashScreenStyle
142 import android.window.SplashScreen;970 private SplashScreen mSplashScreen;1631 public final @NonNull SplashScreen getSplashScreen() { in getSplashScreen()1635 private SplashScreen getOrCreateSplashScreen() { in getOrCreateSplashScreen()1638 mSplashScreen = new SplashScreen.SplashScreenImpl(this); in getOrCreateSplashScreen()
193 import android.window.SplashScreen;504 private SplashScreen.SplashScreenManagerGlobal mSplashScreenGlobal;4128 @NonNull SplashScreen.SplashScreenManagerGlobal manager) { in registerSplashScreenManager()
33 import android.window.SplashScreen;193 options.setSplashscreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON); in onClick()
43 import android.window.SplashScreen;276 activityOptions.options.setSplashscreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON); in getActivityLaunchOptions()
44 import android.window.SplashScreen;510 activityOptions.options.setSplashscreenStyle(SplashScreen.SPLASH_SCREEN_STYLE_ICON); in getActivityLaunchOptions()
321 import android.window.SplashScreen;6577 if (optionsStyle == SplashScreen.SPLASH_SCREEN_STYLE_EMPTY) { in shouldUseEmptySplashScreen()6579 } else if (optionsStyle == SplashScreen.SPLASH_SCREEN_STYLE_ICON) { in shouldUseEmptySplashScreen()
3958 method @NonNull public final android.window.SplashScreen getSplashScreen();56906 public interface SplashScreen {56908 …method public void setOnExitAnimationListener(@NonNull android.window.SplashScreen.OnExitAnimation…56912 public static interface SplashScreen.OnExitAnimationListener {
32313 Landroid/window/SplashScreen$SplashScreenManagerGlobal$1;32314 Landroid/window/SplashScreen$SplashScreenManagerGlobal;
41977 Landroid/window/SplashScreen$SplashScreenManagerGlobal$1;41978 Landroid/window/SplashScreen$SplashScreenManagerGlobal;