Home
last modified time | relevance | path

Searched defs:splashScreenView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java92 ViewGroup splashScreenView, SurfaceControl firstWindowSurface, in startAnimations()
116 public static void startAnimations(ViewGroup splashScreenView, in startAnimations()
132 private static ValueAnimator createRadialVanishSlideUpAnimator(ViewGroup splashScreenView, in createRadialVanishSlideUpAnimator()
243 private static ValueAnimator createFadeOutAnimation(ViewGroup splashScreenView, in createFadeOutAnimation()
390 SurfaceControl firstWindowSurface, ViewGroup splashScreenView, in ShiftUpAnimation()
DSplashscreenWindowCreator.java290 SplashScreenView splashScreenView = preView != null ? preView.mSplashView : null; in copySplashScreenView() local
436 void setSplashScreenView(@Nullable SplashScreenView splashScreenView) { in setSplashScreenView()
DWindowlessSplashWindowCreator.java102 final SplashScreenView splashScreenView = mSplashscreenContentDrawer in addSplashScreenStartingWindow() local
DSplashscreenContentDrawer.java743 final SplashScreenView splashScreenView = builder.build(); local
/frameworks/base/core/java/android/window/
DSplashScreen.java260 @NonNull SplashScreenView splashScreenView) { in handOverSplashScreenView()