OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_DROP_SHADOW_CACHE_SIZE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
220
#define
DEFAULT_DROP_SHADOW_CACHE_SIZE
2.0f
Properties.cpp
48
int Properties::textDropShadowCacheSize = MB(
DEFAULT_DROP_SHADOW_CACHE_SIZE
);
159
textDropShadowCacheSize = MB(property_get_float(PROPERTY_DROP_SHADOW_CACHE_SIZE,
DEFAULT_DROP_SHADOW_CACHE_SIZE
));
Completed in 49 milliseconds