Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputConsumer.cpp683 PointerCoords& resampledCoords = touchState.lastResample.pointers[i]; in resampleTouchState() local
685 resampledCoords = currentCoords; in resampleTouchState()
686 resampledCoords.isResampled = true; in resampleTouchState()
688 resampledCoords.setAxisValue(AMOTION_EVENT_AXIS_X, in resampleTouchState()
690 resampledCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, in resampleTouchState()
695 id, resampledCoords.getX(), resampledCoords.getY(), currentCoords.getX(), in resampleTouchState()