Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp5050 moveNeeded = updateMovedPointers(mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5102 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5122 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5134 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5175 mPointerGesture.currentGestureProperties[index]); in dispatchPointerGestures()
5417 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5418 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId; in preparePointerGestures()
5419 mPointerGesture.currentGestureProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER; in preparePointerGestures()
5458 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5459 mPointerGesture.currentGestureProperties[0].id = in preparePointerGestures()
[all …]
DInputReader.h1721 PointerProperties currentGestureProperties[MAX_POINTERS]; member