OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pathCacheSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Properties.cpp
45
int Properties::
pathCacheSize
= MB(DEFAULT_PATH_CACHE_SIZE);
153
pathCacheSize
= MB(property_get_float(PROPERTY_PATH_CACHE_SIZE, DEFAULT_PATH_CACHE_SIZE));
Properties.h
273
static int
pathCacheSize
;
Completed in 427 milliseconds