Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DProperties.h190 #define PROPERTY_GRADIENT_CACHE_SIZE "ro.hwui.gradient_cache_size" macro
DProperties.cpp153 …gradientCacheSize = MB(property_get_float(PROPERTY_GRADIENT_CACHE_SIZE, DEFAULT_GRADIENT_CACHE_SIZ… in load()