OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
514
// Remove spots until we have fewer than
MAX_SPOTS
remaining.
515
while (mLocked.spots.size() >=
MAX_SPOTS
) {
Completed in 132 milliseconds