OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROPERTY_PATCH_CACHE_SIZE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
193
#define
PROPERTY_PATCH_CACHE_SIZE
"ro.hwui.patch_cache_size"
Properties.cpp
155
patchCacheSize = KB(property_get_float(
PROPERTY_PATCH_CACHE_SIZE
, DEFAULT_PATCH_CACHE_SIZE));
Completed in 49 milliseconds