Searched refs:mCurrentPointerIdBits (Results 1 – 2 of 2) sorted by relevance
118 inline BitSet32 getCurrentPointerIdBits() const { return mCurrentPointerIdBits; } in getCurrentPointerIdBits()129 BitSet32 mCurrentPointerIdBits; variable
108 : mLastEventTime(0), mCurrentPointerIdBits(0), mActivePointerId(-1) { in VelocityTracker()179 mCurrentPointerIdBits.clear(); in clear()186 BitSet32 remainingIdBits(mCurrentPointerIdBits.value & ~idBits.value); in clearPointers()187 mCurrentPointerIdBits = remainingIdBits; in clearPointers()205 if ((mCurrentPointerIdBits.value & idBits.value) in addMovement()217 mCurrentPointerIdBits = idBits; in addMovement()