Home | History | Annotate | Download | only in input

Lines Matching refs:mCurrentPointerIdBits

113         mLastEventTime(0), mCurrentPointerIdBits(0), mActivePointerId(-1) {
211 mCurrentPointerIdBits.clear();
218 BitSet32 remainingIdBits(mCurrentPointerIdBits.value & ~idBits.value);
219 mCurrentPointerIdBits = remainingIdBits;
233 if ((mCurrentPointerIdBits.value & idBits.value)
245 mCurrentPointerIdBits = idBits;