Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimationUtils.java68 static void startAnimations(ViewGroup splashScreenView, in startAnimations()
87 public static void startAnimations(ViewGroup splashScreenView, in startAnimations()
102 private static ValueAnimator createAnimator(ViewGroup splashScreenView, in createAnimator()
307 SurfaceControl firstWindowSurface, ViewGroup splashScreenView, in ShiftUpAnimation()
H A DSplashscreenWindowCreator.java293 SplashScreenView splashScreenView = preView != null ? preView.mSplashView : null; in copySplashScreenView() local
441 void setSplashScreenView(@Nullable SplashScreenView splashScreenView) { in setSplashScreenView()
H A DWindowlessSplashWindowCreator.java102 final SplashScreenView splashScreenView = mSplashscreenContentDrawer in addSplashScreenStartingWindow() local
H A DSplashscreenContentDrawer.java736 final SplashScreenView splashScreenView = builder.build(); local
/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreen.java257 @NonNull SplashScreenView splashScreenView) { in handOverSplashScreenView()