OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_GRADIENT_CACHE_SIZE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
219
#define
DEFAULT_GRADIENT_CACHE_SIZE
0.5f
Properties.cpp
42
int Properties::gradientCacheSize = MB(
DEFAULT_GRADIENT_CACHE_SIZE
);
153
gradientCacheSize = MB(property_get_float(PROPERTY_GRADIENT_CACHE_SIZE,
DEFAULT_GRADIENT_CACHE_SIZE
));
Completed in 55 milliseconds