Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.h189 #define PROPERTY_PATCH_CACHE_SIZE "ro.hwui.patch_cache_size" macro
DPatchCache.cpp37 if (property_get(PROPERTY_PATCH_CACHE_SIZE, property, NULL) > 0) { in PatchCache()