Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h118 inline BitSet32 getCurrentPointerIdBits() const { return mCurrentPointerIdBits; } in getCurrentPointerIdBits() function
/frameworks/base/core/jni/
Dandroid_view_VelocityTracker.cpp79 BitSet32 idBits(mVelocityTracker.getCurrentPointerIdBits()); in computeCurrentVelocity()