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

/frameworks/base/services/input/
H A DInputReader.cpp4341 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex,
4356 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex,
4376 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex,
4465 mPointerGesture.lastGestureIdToIndex[id] = index;
4479 mPointerGesture.lastGestureCoords, mPointerGesture.lastGestureIdToIndex,
5232 uint32_t index = mPointerGesture.lastGestureIdToIndex[id];
H A DInputReader.h1519 uint32_t lastGestureIdToIndex[MAX_POINTER_ID + 1]; member in struct:android::TouchInputMapper::PointerGesture

Completed in 37 milliseconds