Searched refs:mBackgroundColorAnimator (Results 1 – 1 of 1) sorted by relevance
133 private ValueAnimator mBackgroundColorAnimator; field in ActivatableNotificationView567 if (mBackgroundColorAnimator != null) { in updateBackgroundTint()568 mBackgroundColorAnimator.cancel(); in updateBackgroundTint()579 mBackgroundColorAnimator = ValueAnimator.ofFloat(0.0f, 1.0f); in updateBackgroundTint()580 mBackgroundColorAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { in updateBackgroundTint()588 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateBackgroundTint()589 mBackgroundColorAnimator.setInterpolator(Interpolators.LINEAR); in updateBackgroundTint()590 mBackgroundColorAnimator.addListener(new AnimatorListenerAdapter() { in updateBackgroundTint()593 mBackgroundColorAnimator = null; in updateBackgroundTint()596 mBackgroundColorAnimator.start(); in updateBackgroundTint()