Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp5346 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex, in dispatchPointerGestures()
5361 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex, in dispatchPointerGestures()
5382 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex, in dispatchPointerGestures()
5473 mPointerGesture.lastGestureCoords[index].copyFrom( in dispatchPointerGestures()
5489 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex, in abortPointerGestures()
6255 const PointerCoords& coords = mPointerGesture.lastGestureCoords[index]; in preparePointerGestures()
DInputReader.h1490 PointerCoords lastGestureCoords[MAX_POINTERS]; member