OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_LAYER_CACHE_SIZE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Properties.h
214
#define
DEFAULT_LAYER_CACHE_SIZE
16.0f
Properties.cpp
43
int Properties::layerPoolSize = MB(
DEFAULT_LAYER_CACHE_SIZE
);
154
layerPoolSize = MB(property_get_float(PROPERTY_LAYER_CACHE_SIZE,
DEFAULT_LAYER_CACHE_SIZE
));
Completed in 47 milliseconds