Searched refs:splashScreenView (Results 1 – 5 of 5) sorted by relevance
68 static void startAnimations(ViewGroup splashScreenView, in startAnimations() argument87 public static void startAnimations(ViewGroup splashScreenView, in startAnimations() argument110 final int globalHeight = splashScreenView.getHeight(); in createAnimator()113 final int halfWidth = splashScreenView.getWidth() / 2; in createAnimator()128 occludeHoleView = new View(splashScreenView.getContext()); in createAnimator()131 } else if (splashScreenView instanceof SplashScreenView) { in createAnimator()140 splashScreenView.addView(occludeHoleView, params); in createAnimator()162 splashScreenView.removeView(radialVanishAnimation); in createAnimator()163 splashScreenView.removeView(finalOccludeHoleView); in createAnimator()175 if (splashScreenView instanceof SplashScreenView) { in createAnimator()[all …]
293 SplashScreenView splashScreenView = preView != null ? preView.mSplashView : null; in copySplashScreenView() local294 if (splashScreenView != null && splashScreenView.isCopyable()) { in copySplashScreenView()295 parcelable = new SplashScreenView.SplashScreenViewParcelable(splashScreenView); in copySplashScreenView()299 splashScreenView.onCopied(); in copySplashScreenView()300 mAnimatedSplashScreenSurfaceHosts.append(taskId, splashScreenView.getSurfaceHost()); in copySplashScreenView()441 void setSplashScreenView(@Nullable SplashScreenView splashScreenView) { in setSplashScreenView() argument445 mSplashView = splashScreenView; in setSplashScreenView()
102 final SplashScreenView splashScreenView = mSplashscreenContentDrawer in addSplashScreenStartingWindow() local104 rootLayout.addView(splashScreenView); in addSplashScreenStartingWindow()105 final SplashWindowRecord record = new SplashWindowRecord(viewHost, splashScreenView, in addSplashScreenStartingWindow()
736 final SplashScreenView splashScreenView = builder.build(); local738 return splashScreenView;
257 @NonNull SplashScreenView splashScreenView) { in handOverSplashScreenView() argument258 dispatchOnExitAnimation(token, splashScreenView); in handOverSplashScreenView()