Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp5164 moveNeeded = updateMovedPointers(mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5216 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5236 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5248 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5289 mPointerGesture.currentGestureProperties[index]); in dispatchPointerGestures()
5531 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5532 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId; in preparePointerGestures()
5533 mPointerGesture.currentGestureProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER; in preparePointerGestures()
5570 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5571 mPointerGesture.currentGestureProperties[0].id = in preparePointerGestures()
[all …]
DInputReader.h1673 PointerProperties currentGestureProperties[MAX_POINTERS]; member