HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentPointerIdBits (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/input/
VelocityTracker.h 102 inline BitSet32 getCurrentPointerIdBits() const { return mCurrentPointerIdBits; }
108 BitSet32 mCurrentPointerIdBits;
  /frameworks/native/libs/input/
VelocityTracker.cpp 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;
    [all...]

Completed in 2772 milliseconds