Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h102 inline BitSet32 getCurrentPointerIdBits() const { return mCurrentPointerIdBits; } in getCurrentPointerIdBits()
108 BitSet32 mCurrentPointerIdBits; variable
/frameworks/native/libs/input/
DVelocityTracker.cpp113 mLastEventTime(0), mCurrentPointerIdBits(0), mActivePointerId(-1) { in VelocityTracker()
211 mCurrentPointerIdBits.clear(); in clear()
218 BitSet32 remainingIdBits(mCurrentPointerIdBits.value & ~idBits.value); in clearPointers()
219 mCurrentPointerIdBits = remainingIdBits; in clearPointers()
233 if ((mCurrentPointerIdBits.value & idBits.value) in addMovement()
245 mCurrentPointerIdBits = idBits; in addMovement()