Searched refs:mBackgroundAnimation (Results 1 – 1 of 1) sorted by relevance
229 private ValueAnimator mBackgroundAnimation; field in RippleDrawable834 if (mBackgroundAnimation != null) mBackgroundAnimation.cancel(); in exitPatternedBackgroundAnimation()864 if (mBackgroundAnimation != null) mBackgroundAnimation.cancel(); in enterPatternedBackgroundAnimation()876 mBackgroundAnimation = ValueAnimator.ofFloat(mBackgroundOpacity, mTargetBackgroundOpacity); in startBackgroundAnimation()877 mBackgroundAnimation.setInterpolator(LINEAR_INTERPOLATOR); in startBackgroundAnimation()878 mBackgroundAnimation.setDuration(BACKGROUND_OPACITY_DURATION); in startBackgroundAnimation()879 mBackgroundAnimation.addUpdateListener(update -> { in startBackgroundAnimation()883 mBackgroundAnimation.start(); in startBackgroundAnimation()