Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp5290 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex, in dispatchPointerGestures()
5305 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex, in dispatchPointerGestures()
5325 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex, in dispatchPointerGestures()
5413 mPointerGesture.lastGestureCoords[index].copyFrom( in dispatchPointerGestures()
5429 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex, in abortPointerGestures()
6199 const PointerCoords& coords = mPointerGesture.lastGestureCoords[index]; in preparePointerGestures()
DInputReader.h1699 PointerCoords lastGestureCoords[MAX_POINTERS]; member