Home | History | Annotate | Download | only in view

Lines Matching refs: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;
2386 return mRepeatCount;
2621 if (res && mRepeatCount == 0 && (mFlags&FLAG_START_TRACKING) != 0) {
2645 final int count = mRepeatCount;
2652 mRepeatCount = 0;
2659 mRepeatCount = count;
2770 msg.append(", repeatCount=").append(mRepeatCount);
2896 mRepeatCount = in.readInt();
2911 out.writeInt(mRepeatCount);