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

  /frameworks/base/libs/hwui/
Properties.h 273 static int pathCacheSize;
Properties.cpp 45 int Properties::pathCacheSize = MB(DEFAULT_PATH_CACHE_SIZE);
153 pathCacheSize = MB(property_get_float(PROPERTY_PATH_CACHE_SIZE, DEFAULT_PATH_CACHE_SIZE));
PathCache.cpp 185 , mMaxSize(Properties::pathCacheSize) {

Completed in 592 milliseconds