Home
last modified time | relevance | path

Searched refs:mCurrentPointerIdBits (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/input/
DVelocityTracker.cpp150 : mLastEventTime(0), mCurrentPointerIdBits(0), mOverrideStrategy(strategy) {} in VelocityTracker()
219 mCurrentPointerIdBits.clear(); in clear()
225 mCurrentPointerIdBits.clearBit(pointerId); in clearPointer()
231 if (!mCurrentPointerIdBits.isEmpty()) { in clearPointer()
232 mActivePointerId = mCurrentPointerIdBits.firstMarkedBit(); in clearPointer()
248 if (mCurrentPointerIdBits.hasBit(pointerId) && in addMovement()
259 mCurrentPointerIdBits.markBit(pointerId); in addMovement()
372 BitSet32 copyIdBits = BitSet32(mCurrentPointerIdBits); in getComputedVelocity()
/frameworks/native/include/input/
DVelocityTracker.h118 BitSet32 mCurrentPointerIdBits; variable