Searched refs:lastGestureIdToIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4509 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex,
4524 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex,
4544 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex,
4633 mPointerGesture.lastGestureIdToIndex[id] = index;
4647 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex,
5412 uint32_t index = mPointerGesture.lastGestureIdToIndex[id];
H A DInputReader.h1581 uint32_t lastGestureIdToIndex[MAX_POINTER_ID + 1]; member in struct:android::TouchInputMapper::PointerGesture

Completed in 623 milliseconds