OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patchCacheSize
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
287
static int
patchCacheSize
;
Properties.cpp
44
int Properties::
patchCacheSize
= KB(DEFAULT_PATCH_CACHE_SIZE);
155
patchCacheSize
= KB(property_get_float(PROPERTY_PATCH_CACHE_SIZE, DEFAULT_PATCH_CACHE_SIZE));
PatchCache.cpp
35
, mMaxSize(Properties::
patchCacheSize
)
Completed in 193 milliseconds