Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java204 View brandingView = null; in createRadialVanishSlideUpAnimator()
207 brandingView = ((SplashScreenView) splashScreenView).getBrandingView(); in createRadialVanishSlideUpAnimator()
212 if (brandingView != null) { in createRadialVanishSlideUpAnimator()
213 brandingView.setAlpha(brandingStartAlpha * (1 - iconProgress)); in createRadialVanishSlideUpAnimator()
263 View brandingView = null; in createFadeOutAnimation()
267 brandingView = ((SplashScreenView) splashScreenView).getBrandingView(); in createFadeOutAnimation()
272 if (brandingView != null) { in createFadeOutAnimation()
273 brandingView.setAlpha(brandingStartAlpha * (1f - iconFadeProgress)); in createFadeOutAnimation()
DSplashScreenExitAnimation.java82 final View brandingView = view.getBrandingView(); in SplashScreenExitAnimation() local
83 if (brandingView != null) { in SplashScreenExitAnimation()
84 mBrandingStartAlpha = brandingView.getAlpha(); in SplashScreenExitAnimation()