Searched refs:currentCoords (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 994 const PointerCoords& currentCoords = current->getPointerById(id); in resampleTouchState() local 995 resampledCoords.copyFrom(currentCoords); in resampleTouchState() 1000 lerp(currentCoords.getX(), otherCoords.getX(), alpha)); in resampleTouchState() 1002 lerp(currentCoords.getY(), otherCoords.getY(), alpha)); in resampleTouchState() 1007 currentCoords.getX(), currentCoords.getY(), in resampleTouchState() 1015 currentCoords.getX(), currentCoords.getY()); in resampleTouchState()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 3344 mPointerSimple.currentCoords.clear(); in dispatchPointerStylus() 3359 mPointerSimple.currentCoords.copyFrom( in dispatchPointerStylus() 3361 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x); in dispatchPointerStylus() 3362 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y); in dispatchPointerStylus() 3379 mPointerSimple.currentCoords.clear(); in dispatchPointerMouse() 3409 mPointerSimple.currentCoords.copyFrom( in dispatchPointerMouse() 3411 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x); in dispatchPointerMouse() 3412 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y); in dispatchPointerMouse() 3413 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_PRESSURE, in dispatchPointerMouse() 3490 &mPointerSimple.currentCoords, mOrientedXPrecision, in dispatchPointerSimple() [all …]
|
D | TouchInputMapper.h | 732 PointerCoords currentCoords; member 747 currentCoords.clear(); in reset()
|