Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp2408 setTouchSpots(mPointerGesture.currentGestureCoords, in dispatchPointerGestures()
2472 mPointerGesture.currentGestureCoords, in dispatchPointerGestures()
2521 mPointerGesture.currentGestureCoords, in dispatchPointerGestures()
2541 mPointerGesture.currentGestureCoords, in dispatchPointerGestures()
2552 mPointerGesture.currentGestureCoords, in dispatchPointerGestures()
2593 mPointerGesture.currentGestureCoords[index]); in dispatchPointerGestures()
2831 mPointerGesture.currentGestureCoords[0].clear(); in preparePointerGestures()
2832 mPointerGesture.currentGestureCoords[0].setAxisValue(AMOTION_EVENT_AXIS_X, x); in preparePointerGestures()
2833 mPointerGesture.currentGestureCoords[0].setAxisValue(AMOTION_EVENT_AXIS_Y, y); in preparePointerGestures()
2834 mPointerGesture.currentGestureCoords[0].setAxisValue(AMOTION_EVENT_AXIS_PRESSURE, 1.0f); in preparePointerGestures()
[all …]
DTouchInputMapper.h628 PointerCoords currentGestureCoords[MAX_POINTERS]; member