HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SPOTS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/input/
PointerController.h 116 static const size_t MAX_SPOTS = 12;
PointerController.cpp 672 // Remove spots until we have fewer than MAX_SPOTS remaining.
673 while (mLocked.spots.size() >= MAX_SPOTS) {

Completed in 60 milliseconds