Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DInputTransport.h565 const PointerCoords& getPointerById(uint32_t id) const { in getPointerById() function
610 float currentX = getHistory(0)->getPointerById(id).getX(); in recentCoordinatesAreIdentical()
611 float currentY = getHistory(0)->getPointerById(id).getY(); in recentCoordinatesAreIdentical()
612 float previousX = getHistory(1)->getPointerById(id).getX(); in recentCoordinatesAreIdentical()
613 float previousY = getHistory(1)->getPointerById(id).getY(); in recentCoordinatesAreIdentical()
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp1034 const PointerCoords& resampleCoords = state.lastResample.getPointerById(id); in rewriteMessage()
1153 touchState.lastResample.pointers[i].copyFrom(oldLastResample.getPointerById(id)); in resampleTouchState()
1158 const PointerCoords& currentCoords = current->getPointerById(id); in resampleTouchState()
1162 const PointerCoords& otherCoords = other->getPointerById(id); in resampleTouchState()