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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp6422 uint32_t lastPointerCount = last->rawPointerData.pointerCount; local
6431 if (lastPointerCount == 0) {
6442 if (currentPointerCount == 1 && lastPointerCount == 1
6464 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount;
6525 for (uint32_t i = min(currentPointerCount, lastPointerCount); heapSize > 0 && i > 0; i--) {

Completed in 59 milliseconds