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

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java168 int mRepeatMode = RESTART; field in class:Animation
530 mRepeatMode = repeatMode;
703 return mRepeatMode;
885 if (mRepeatMode == REVERSE) {
H A DAnimationSet.java446 final int repeatMode = mRepeatMode;
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java183 private int mRepeatMode = RESTART; field in class:ValueAnimator
779 mRepeatMode = value;
788 return mRepeatMode;
1101 if (mRepeatMode == REVERSE) {

Completed in 242 milliseconds