Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputTransport.cpp778 const PointerCoords& currentCoords = current->getPointerById(id); in resampleTouchState() local
782 resampledCoords.copyFrom(currentCoords); in resampleTouchState()
784 lerp(currentCoords.getX(), otherCoords.getX(), alpha)); in resampleTouchState()
786 lerp(currentCoords.getY(), otherCoords.getY(), alpha)); in resampleTouchState()
791 currentCoords.getX(), currentCoords.getY(), in resampleTouchState()
796 resampledCoords.copyFrom(currentCoords); in resampleTouchState()
800 currentCoords.getX(), currentCoords.getY()); in resampleTouchState()
/frameworks/native/services/inputflinger/
DInputReader.cpp5981 mPointerSimple.currentCoords.clear(); in dispatchPointerStylus()
5996 mPointerSimple.currentCoords.copyFrom( in dispatchPointerStylus()
5998 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x); in dispatchPointerStylus()
5999 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y); in dispatchPointerStylus()
6016 mPointerSimple.currentCoords.clear(); in dispatchPointerMouse()
6046 mPointerSimple.currentCoords.copyFrom( in dispatchPointerMouse()
6048 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x); in dispatchPointerMouse()
6049 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y); in dispatchPointerMouse()
6050 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_PRESSURE, in dispatchPointerMouse()
6052 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_RELATIVE_X, x); in dispatchPointerMouse()
[all …]
DInputReader.h1790 PointerCoords currentCoords; member
1805 currentCoords.clear(); in reset()