Searched refs:currentGestureCoords (Results 1 – 2 of 2) sorted by relevance
2375 mPointerController->setSpots(mPointerGesture.currentGestureCoords, in dispatchPointerGestures()2434 mPointerGesture.currentGestureCoords, in dispatchPointerGestures()2483 mPointerGesture.currentGestureCoords, in dispatchPointerGestures()2503 mPointerGesture.currentGestureCoords, in dispatchPointerGestures()2514 mPointerGesture.currentGestureCoords, in dispatchPointerGestures()2557 mPointerGesture.currentGestureCoords[index]); in dispatchPointerGestures()2795 mPointerGesture.currentGestureCoords[0].clear(); in preparePointerGestures()2796 mPointerGesture.currentGestureCoords[0].setAxisValue(AMOTION_EVENT_AXIS_X, x); in preparePointerGestures()2797 mPointerGesture.currentGestureCoords[0].setAxisValue(AMOTION_EVENT_AXIS_Y, y); in preparePointerGestures()2798 mPointerGesture.currentGestureCoords[0].setAxisValue(AMOTION_EVENT_AXIS_PRESSURE, 1.0f); in preparePointerGestures()[all …]
666 PointerCoords currentGestureCoords[MAX_POINTERS]; member