Searched refs:patchCacheSize (Results 1 – 3 of 3) sorted by relevance
44 int Properties::patchCacheSize = KB(DEFAULT_PATCH_CACHE_SIZE); member in android::uirenderer::Properties152 patchCacheSize = KB(property_get_float(PROPERTY_PATCH_CACHE_SIZE, DEFAULT_PATCH_CACHE_SIZE)); in load()
272 static int patchCacheSize; variable
35 , mMaxSize(Properties::patchCacheSize) in PatchCache()