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