Searched defs:lastPointerIndex (Results 1 - 2 of 2) sorted by path

/frameworks/native/services/inputflinger/
H A DInputReader.cpp6190 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount;
6191 lastPointerIndex++) {
6195 last->rawPointerData.pointers[lastPointerIndex];
6204 heap[heapSize].lastPointerIndex = lastPointerIndex;
6238 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex,
6284 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex,
6295 uint32_t lastPointerIndex = heap[0].lastPointerIndex; local
[all...]
H A DInputReader.h1613 uint32_t lastPointerIndex : 8; member in struct:android::TouchInputMapper::PointerDistanceHeapElement

Completed in 52 milliseconds