Home
last modified time | relevance | path

Searched refs: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() argument
99 animator = createFadeOutAnimation(splashScreenView, animationDuration, in startAnimations()
103 animator = createRadialVanishSlideUpAnimator(splashScreenView, in startAnimations()
116 public static void startAnimations(ViewGroup splashScreenView, in startAnimations() argument
122 startAnimations(TYPE_RADIAL_VANISH_SLIDE_UP, splashScreenView, in startAnimations()
132 private static ValueAnimator createRadialVanishSlideUpAnimator(ViewGroup splashScreenView, in createRadialVanishSlideUpAnimator() argument
140 final int globalHeight = splashScreenView.getHeight(); in createRadialVanishSlideUpAnimator()
143 final int halfWidth = splashScreenView.getWidth() / 2; in createRadialVanishSlideUpAnimator()
149 RadialVanishAnimation radialVanishAnimation = new RadialVanishAnimation(splashScreenView); in createRadialVanishSlideUpAnimator()
158 occludeHoleView = new View(splashScreenView.getContext()); in createRadialVanishSlideUpAnimator()
[all …]
DSplashscreenWindowCreator.java290 SplashScreenView splashScreenView = preView != null ? preView.mSplashView : null; in copySplashScreenView() local
291 if (splashScreenView != null && splashScreenView.isCopyable()) { in copySplashScreenView()
292 parcelable = new SplashScreenView.SplashScreenViewParcelable(splashScreenView); in copySplashScreenView()
296 splashScreenView.onCopied(); in copySplashScreenView()
297 mAnimatedSplashScreenSurfaceHosts.append(taskId, splashScreenView.getSurfaceHost()); in copySplashScreenView()
436 void setSplashScreenView(@Nullable SplashScreenView splashScreenView) { in setSplashScreenView() argument
440 mSplashView = splashScreenView; in setSplashScreenView()
DWindowlessSplashWindowCreator.java102 final SplashScreenView splashScreenView = mSplashscreenContentDrawer in addSplashScreenStartingWindow() local
104 rootLayout.addView(splashScreenView); in addSplashScreenStartingWindow()
105 final SplashWindowRecord record = new SplashWindowRecord(viewHost, splashScreenView, in addSplashScreenStartingWindow()
DSplashscreenContentDrawer.java743 final SplashScreenView splashScreenView = builder.build(); local
745 return splashScreenView;
/frameworks/base/core/java/android/window/
DSplashScreen.java260 @NonNull SplashScreenView splashScreenView) { in handOverSplashScreenView() argument
261 dispatchOnExitAnimation(token, splashScreenView); in handOverSplashScreenView()