Searched refs:mTargetBackgroundOpacity (Results 1 – 1 of 1) sorted by relevance
228 private float mTargetBackgroundOpacity; field in RippleDrawable833 mTargetBackgroundOpacity = 0; in exitPatternedBackgroundAnimation()853 return mTargetBackgroundOpacity; in getTargetBackgroundOpacity()860 mTargetBackgroundOpacity = windowFocused ? .6f : .2f; in enterPatternedBackgroundAnimation()862 mTargetBackgroundOpacity = hovered ? .2f : 0f; in enterPatternedBackgroundAnimation()876 mBackgroundAnimation = ValueAnimator.ofFloat(mBackgroundOpacity, mTargetBackgroundOpacity); in startBackgroundAnimation()