Searched refs:mBackgroundColorAnimator (Results 1 – 1 of 1) sorted by relevance
93 private ValueAnimator mBackgroundColorAnimator; field in ActivatableNotificationView292 if (mBackgroundColorAnimator != null) { in updateBackgroundTint()293 mBackgroundColorAnimator.cancel(); in updateBackgroundTint()303 mBackgroundColorAnimator = ValueAnimator.ofFloat(0.0f, 1.0f); in updateBackgroundTint()304 mBackgroundColorAnimator.addUpdateListener(animation -> { in updateBackgroundTint()309 mBackgroundColorAnimator.setDuration(StackStateAnimator.ANIMATION_DURATION_STANDARD); in updateBackgroundTint()310 mBackgroundColorAnimator.setInterpolator(Interpolators.LINEAR); in updateBackgroundTint()311 mBackgroundColorAnimator.addListener(new AnimatorListenerAdapter() { in updateBackgroundTint()314 mBackgroundColorAnimator = null; in updateBackgroundTint()317 mBackgroundColorAnimator.start(); in updateBackgroundTint()