Searched refs:mSplashScreenView (Results 1 – 2 of 2) sorted by relevance
65 private final SplashScreenView mSplashScreenView; field in SplashScreenExitAnimation81 mSplashScreenView = view; in SplashScreenExitAnimation()120 final int globalHeight = mSplashScreenView.getHeight(); in createAnimator()123 final int halfWidth = mSplashScreenView.getWidth() / 2; in createAnimator()129 mRadialVanishAnimation = new RadialVanishAnimation(mSplashScreenView); in createAnimator()136 View occludeHoleView = new View(mSplashScreenView.getContext()); in createAnimator()140 occludeHoleView.setBackgroundColor(mSplashScreenView.getInitBackgroundColor()); in createAnimator()144 mSplashScreenView.addView(occludeHoleView, params); in createAnimator()242 || !mSplashScreenView.isAttachedToWindow()) { in onAnimationProgress()274 if (mSplashScreenView.isAttachedToWindow()) { in finish()[all …]
973 private SplashScreenView mSplashScreenView; field in Activity1635 mSplashScreenView = v; in setSplashScreenView()1640 return mSplashScreenView; in getSplashScreenView()