Searched refs:currentCoords (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 778 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/ |
D | InputReader.cpp | 5981 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 …]
|
D | InputReader.h | 1790 PointerCoords currentCoords; member 1805 currentCoords.clear(); in reset()
|