Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/tests/
H A DVelocityTracker_test.cpp92 static BitSet32 getValidPointers(const std::vector<Position>& positions) { in getValidPointers() function
112 BitSet32 pointers = getValidPointers(currentPositions); in resolveAction()
115 BitSet32 lastPointers = getValidPointers(lastPositions); in resolveAction()
124 BitSet32 nextPointers = getValidPointers(nextPositions); in resolveAction()
145 BitSet32 pointers = getValidPointers(entry.positions); in createMotionEventStream()