Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputTransport.cpp807 const PointerCoords& currentCoords = current->getPointerById(id); in resampleTouchState() local
808 resampledCoords.copyFrom(currentCoords); in resampleTouchState()
813 lerp(currentCoords.getX(), otherCoords.getX(), alpha)); in resampleTouchState()
815 lerp(currentCoords.getY(), otherCoords.getY(), alpha)); in resampleTouchState()
820 currentCoords.getX(), currentCoords.getY(), in resampleTouchState()
828 currentCoords.getX(), currentCoords.getY()); in resampleTouchState()
/frameworks/native/services/inputflinger/
DInputReader.h1768 PointerCoords currentCoords; member
1783 currentCoords.clear(); in reset()