Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h428 const PointerCoords& getPointerById(uint32_t id) const { in getPointerById() function
473 float currentX = getHistory(0)->getPointerById(id).getX(); in recentCoordinatesAreIdentical()
474 float currentY = getHistory(0)->getPointerById(id).getY(); in recentCoordinatesAreIdentical()
475 float previousX = getHistory(1)->getPointerById(id).getX(); in recentCoordinatesAreIdentical()
476 float previousY = getHistory(1)->getPointerById(id).getY(); in recentCoordinatesAreIdentical()
/frameworks/native/libs/input/
DInputTransport.cpp870 const PointerCoords& resampleCoords = state.lastResample.getPointerById(id); in rewriteMessage()
989 touchState.lastResample.pointers[i].copyFrom(oldLastResample.getPointerById(id)); in resampleTouchState()
994 const PointerCoords& currentCoords = current->getPointerById(id); in resampleTouchState()
998 const PointerCoords& otherCoords = other->getPointerById(id); in resampleTouchState()