Home | History | Annotate | Download | only in animation

Lines Matching defs:mRepeatCount

176     private int mRepeatCount = 0;
759 mRepeatCount = value;
768 return mRepeatCount;
1093 if (mCurrentIteration < mRepeatCount || mRepeatCount == INFINITE) {