Home
last modified time | relevance | path

Searched refs:MAX_RECYCLED_SPRITES (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/input/
DTouchSpotController.h74 static constexpr size_t MAX_RECYCLED_SPRITES = 12; variable
DTouchSpotController.cpp187 if (mLocked.recycledSprites.size() < MAX_RECYCLED_SPRITES) { in releaseSpotLocked()