Searched refs:brandingView (Results 1 – 2 of 2) sorted by relevance
204 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()
82 final View brandingView = view.getBrandingView(); in SplashScreenExitAnimation() local83 if (brandingView != null) { in SplashScreenExitAnimation()84 mBrandingStartAlpha = brandingView.getAlpha(); in SplashScreenExitAnimation()