Searched refs:mBackgroundOpacity (Results 1 – 1 of 1) sorted by relevance
230 private float mBackgroundOpacity; field in RippleDrawable858 mBackgroundOpacity = 0; in enterPatternedBackgroundAnimation()876 mBackgroundAnimation = ValueAnimator.ofFloat(mBackgroundOpacity, mTargetBackgroundOpacity); in startBackgroundAnimation()880 mBackgroundOpacity = (float) update.getAnimatedValue(); in startBackgroundAnimation()960 if (mBackgroundOpacity == 0) return; in drawPatternedBackground()962 float newOpacity = mBackgroundOpacity; in drawPatternedBackground()