Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputTransport.cpp894 PointerCoords& resampledCoords = touchState.lastResample.pointers[i]; in resampleTouchState() local
899 resampledCoords.copyFrom(currentCoords); in resampleTouchState()
900 resampledCoords.setAxisValue(AMOTION_EVENT_AXIS_X, in resampleTouchState()
902 resampledCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, in resampleTouchState()
907 id, resampledCoords.getX(), resampledCoords.getY(), in resampleTouchState()
913 resampledCoords.copyFrom(currentCoords); in resampleTouchState()
916 id, resampledCoords.getX(), resampledCoords.getY(), in resampleTouchState()