Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
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()
DStartingSurfaceDrawer.java538 SplashScreenView splashScreenView = preView != null ? preView.mContentView : null; in copySplashScreenView() local
713 private void setSplashScreenView(SplashScreenView splashScreenView) { in setSplashScreenView()
DSplashscreenContentDrawer.java545 final SplashScreenView splashScreenView = builder.build(); local
/frameworks/base/core/java/android/window/
DSplashScreen.java257 @NonNull SplashScreenView splashScreenView) { in handOverSplashScreenView()