Home
last modified time | relevance | path

Searched defs:currentPointerIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/input/
DInputReader.cpp5292 for (uint32_t currentPointerIndex = 0; currentPointerIndex < currentPointerCount; in assignPointerIds() local
5396 uint32_t currentPointerIndex = heap[0].currentPointerIndex; in assignPointerIds() local
5422 uint32_t currentPointerIndex = matchedCurrentBits.markFirstUnmarkedBit(); in assignPointerIds() local
DInputReader.h1292 uint32_t currentPointerIndex : 8; member