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

  /frameworks/base/services/input/
PointerController.h 179 static const size_t MAX_SPOTS = 12;
PointerController.cpp 517 // Remove spots until we have fewer than MAX_SPOTS remaining.
518 while (mLocked.spots.size() >= MAX_SPOTS) {

Completed in 33 milliseconds