Home | History | Annotate | Download | only in view

Lines Matching refs:mRepeatCount

1245     private int mRepeatCount;
1325 mRepeatCount = 0;
1348 mRepeatCount = repeat;
1372 mRepeatCount = repeat;
1400 mRepeatCount = repeat;
1430 mRepeatCount = repeat;
1462 mRepeatCount = repeat;
1488 mRepeatCount = 0;
1502 mRepeatCount = origEvent.mRepeatCount;
1528 mRepeatCount = newRepeat;
1565 ev.mRepeatCount = repeat;
1586 ev.mRepeatCount = other.mRepeatCount;
1658 ret.mRepeatCount = newRepeat;
1674 mRepeatCount = origEvent.mRepeatCount;
2458 return mRepeatCount;
2693 if (res && mRepeatCount == 0 && (mFlags&FLAG_START_TRACKING) != 0) {
2717 final int count = mRepeatCount;
2724 mRepeatCount = 0;
2731 mRepeatCount = count;
2842 msg.append(", repeatCount=").append(mRepeatCount);
2970 mRepeatCount = in.readInt();
2986 out.writeInt(mRepeatCount);