Home
last modified time | relevance | path

Searched refs: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() argument
87 public static void startAnimations(ViewGroup splashScreenView, in startAnimations() argument
110 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 …]
H A DSplashscreenWindowCreator.java293 SplashScreenView splashScreenView = preView != null ? preView.mSplashView : null; in copySplashScreenView() local
294 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() argument
445 mSplashView = splashScreenView; in setSplashScreenView()
H A 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()
H A DSplashscreenContentDrawer.java736 final SplashScreenView splashScreenView = builder.build(); local
738 return splashScreenView;
/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreen.java257 @NonNull SplashScreenView splashScreenView) { in handOverSplashScreenView() argument
258 dispatchOnExitAnimation(token, splashScreenView); in handOverSplashScreenView()