Searched refs:mTargetBackgroundOpacity (Results 1 – 1 of 1) sorted by relevance
227 private float mTargetBackgroundOpacity; field in RippleDrawable826 mTargetBackgroundOpacity = 0; in exitPatternedBackgroundAnimation()845 mTargetBackgroundOpacity = focused ? .6f : hovered ? .2f : 0f; in enterPatternedBackgroundAnimation()858 mBackgroundAnimation = ValueAnimator.ofFloat(mBackgroundOpacity, mTargetBackgroundOpacity); in startBackgroundAnimation()