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

/frameworks/base/services/input/
H A DInputReader.cpp5570 uint32_t lastPointerCount = mLastRawPointerData.pointerCount; local
5579 if (lastPointerCount == 0) {
5590 if (currentPointerCount == 1 && lastPointerCount == 1
5612 for (uint32_t lastPointerIndex = 0; lastPointerIndex < lastPointerCount;
5673 for (uint32_t i = min(currentPointerCount, lastPointerCount); heapSize > 0 && i > 0; i--) {

Completed in 73 milliseconds