Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.h187 #define PROPERTY_PATH_CACHE_SIZE "ro.hwui.path_cache_size" macro
DPathCache.cpp156 if (property_get(PROPERTY_PATH_CACHE_SIZE, property, NULL) > 0) { in PathCache()