Searched refs:mColorAnimation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/colorextraction/drawable/
H A DGradientDrawable.java59 private ValueAnimator mColorAnimation; field in class:GradientDrawable
85 if (mColorAnimation != null && mColorAnimation.isRunning()) {
86 mColorAnimation.cancel();
108 if (mColorAnimation == animation) {
109 mColorAnimation = null;
115 mColorAnimation = anim;

Completed in 46 milliseconds