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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp6366 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount;
6367 lastPointerIndex++) {
6371 last->rawPointerData.pointers[lastPointerIndex];
6380 heap[heapSize].lastPointerIndex = lastPointerIndex;
6414 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex,
6460 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex,
6471 uint32_t lastPointerIndex = heap[0].lastPointerIndex; local
[all...]
H A DInputReader.h1643 uint32_t lastPointerIndex : 8; member in struct:android::TouchInputMapper::PointerDistanceHeapElement

Completed in 53 milliseconds