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

/frameworks/base/services/input/
H A DInputReader.cpp5612 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount;
5613 lastPointerIndex++) {
5617 mLastRawPointerData.pointers[lastPointerIndex];
5626 heap[heapSize].lastPointerIndex = lastPointerIndex;
5660 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex,
5706 i, heap[i].currentPointerIndex, heap[i].lastPointerIndex,
5717 uint32_t lastPointerIndex = heap[0].lastPointerIndex; local
[all...]
H A DInputReader.h1436 uint32_t lastPointerIndex : 8; member in struct:android::TouchInputMapper::PointerDistanceHeapElement

Completed in 55 milliseconds