OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_PATH_CACHE_SIZE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
216
#define
DEFAULT_PATH_CACHE_SIZE
4.0f
Properties.cpp
45
int Properties::pathCacheSize = MB(
DEFAULT_PATH_CACHE_SIZE
);
156
pathCacheSize = MB(property_get_float(PROPERTY_PATH_CACHE_SIZE,
DEFAULT_PATH_CACHE_SIZE
));
Completed in 123 milliseconds