Searched refs:mRotateAnimator (Results 1 – 1 of 1) sorted by relevance
536 private final ValueAnimator mRotateAnimator; field in ExtendedBitmapDrawable.Progress543 mRotateAnimator = ValueAnimator.ofInt(0, 10000) in Progress()545 mRotateAnimator.setInterpolator(new LinearInterpolator()); in Progress()546 mRotateAnimator.setRepeatCount(ValueAnimator.INFINITE); in Progress()547 mRotateAnimator.addUpdateListener(new AnimatorUpdateListener() { in Progress()556 if (mRotateAnimator != null) { in Progress()557 mRotateAnimator.cancel(); in Progress()568 if (mRotateAnimator != null) { in setVisible()569 mRotateAnimator.start(); in setVisible()574 if (getCurrentAlpha() == 0 && mRotateAnimator != null) { in setVisible()[all …]