Searched refs:mCurrentPointerIdBits (Results 1 – 2 of 2) sorted by relevance
102 inline BitSet32 getCurrentPointerIdBits() const { return mCurrentPointerIdBits; } in getCurrentPointerIdBits()108 BitSet32 mCurrentPointerIdBits; variable
115 mLastEventTime(0), mCurrentPointerIdBits(0), mActivePointerId(-1) { in VelocityTracker()213 mCurrentPointerIdBits.clear(); in clear()220 BitSet32 remainingIdBits(mCurrentPointerIdBits.value & ~idBits.value); in clearPointers()221 mCurrentPointerIdBits = remainingIdBits; in clearPointers()235 if ((mCurrentPointerIdBits.value & idBits.value) in addMovement()247 mCurrentPointerIdBits = idBits; in addMovement()