Home
last modified time | relevance | path

Searched refs:brandingView (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimation.java80 final View brandingView = view.getBrandingView(); in SplashScreenExitAnimation() local
81 if (brandingView != null) { in SplashScreenExitAnimation()
82 mBrandingStartAlpha = brandingView.getAlpha(); in SplashScreenExitAnimation()
H A DSplashScreenExitAnimationUtils.java174 View brandingView = null; in createAnimator()
177 brandingView = ((SplashScreenView) splashScreenView).getBrandingView(); in createAnimator()
182 if (brandingView != null) { in createAnimator()
183 brandingView.setAlpha(brandingStartAlpha * (1 - iconProgress)); in createAnimator()