Searched refs:mBackgroundColorAnimator (Results 1 – 1 of 1) sorted by relevance
116 private ValueAnimator mBackgroundColorAnimator; field in ActivatableNotificationView342 if (mBackgroundColorAnimator != null) { in updateBackgroundTint()343 mBackgroundColorAnimator.cancel(); in updateBackgroundTint()353 mBackgroundColorAnimator = ValueAnimator.ofFloat(0.0f, 1.0f); in updateBackgroundTint()354 mBackgroundColorAnimator.addUpdateListener(animation -> { in updateBackgroundTint()359 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateBackgroundTint()360 mBackgroundColorAnimator.setInterpolator(Interpolators.LINEAR); in updateBackgroundTint()361 mBackgroundColorAnimator.addListener(new AnimatorListenerAdapter() { in updateBackgroundTint()364 mBackgroundColorAnimator = null; in updateBackgroundTint()367 mBackgroundColorAnimator.start(); in updateBackgroundTint()