Home | History | Annotate | Download | only in animation

Lines Matching refs:mRepeatCount

200     private int mRepeatCount = 0;
579 if (iteration < (mRepeatCount + 1) || mRepeatCount == INFINITE) {
851 mRepeatCount = value;
860 return mRepeatCount;
1010 } else if (mRepeatCount == INFINITE) {
1013 mSeekFraction = 1 + mRepeatCount - (mCurrentIteration + mSeekFraction);
1019 (mCurrentIteration < (mRepeatCount + 1) || mRepeatCount == INFINITE)) {
1268 if (mDuration == 0 && mRepeatCount != INFINITE) {
1270 mCurrentIteration = mRepeatCount;
1276 if (mCurrentIteration < mRepeatCount || mRepeatCount == INFINITE) {