Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp5343 moveNeeded = updateMovedPointers(mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5396 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5417 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5429 mPointerGesture.currentGestureProperties, in dispatchPointerGestures()
5472 mPointerGesture.currentGestureProperties[index]); in dispatchPointerGestures()
5710 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5711 mPointerGesture.currentGestureProperties[0].id = mPointerGesture.activeGestureId; in preparePointerGestures()
5712 mPointerGesture.currentGestureProperties[0].toolType = AMOTION_EVENT_TOOL_TYPE_FINGER; in preparePointerGestures()
5749 mPointerGesture.currentGestureProperties[0].clear(); in preparePointerGestures()
5750 mPointerGesture.currentGestureProperties[0].id = in preparePointerGestures()
[all …]
DInputReader.h1483 PointerProperties currentGestureProperties[MAX_POINTERS]; member