Home | History | Annotate | Download | only in view

Lines Matching defs:mRepeatCount

1186     private int mRepeatCount;
1265 mRepeatCount = 0;
1288 mRepeatCount = repeat;
1312 mRepeatCount = repeat;
1340 mRepeatCount = repeat;
1370 mRepeatCount = repeat;
1402 mRepeatCount = repeat;
1428 mRepeatCount = 0;
1442 mRepeatCount = origEvent.mRepeatCount;
1468 mRepeatCount = newRepeat;
1505 ev.mRepeatCount = repeat;
1526 ev.mRepeatCount = other.mRepeatCount;
1598 ret.mRepeatCount = newRepeat;
1614 mRepeatCount = origEvent.mRepeatCount;
2376 return mRepeatCount;
2611 if (res && mRepeatCount == 0 && (mFlags&FLAG_START_TRACKING) != 0) {
2635 final int count = mRepeatCount;
2642 mRepeatCount = 0;
2649 mRepeatCount = count;
2760 msg.append(", repeatCount=").append(mRepeatCount);
2886 mRepeatCount = in.readInt();
2901 out.writeInt(mRepeatCount);