summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2015-05-11 19:18:11 -0700
committerChris Craik <ccraik@google.com>2015-05-11 19:18:11 -0700
commit8d34aaff3cda45626be697f5f334a46fc053b273 (patch)
treeade562744d4babc1accccb2657175691856cfaca /libs
parent0a775ce9801f03071d1e9bcc177d79e6fe350702 (diff)
downloadframeworks_base-8d34aaff3cda45626be697f5f334a46fc053b273.zip
frameworks_base-8d34aaff3cda45626be697f5f334a46fc053b273.tar.gz
frameworks_base-8d34aaff3cda45626be697f5f334a46fc053b273.tar.bz2
Shrink default path cache size
Change-Id: Id9139945837d41cc1822b796cb9837591686fcbf
Diffstat (limited to 'libs')
-rw-r--r--libs/hwui/Properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h
index cb5560f..e993f74 100644
--- a/libs/hwui/Properties.h
+++ b/libs/hwui/Properties.h
@@ -250,7 +250,7 @@ enum DebugLevel {
#define DEFAULT_TEXTURE_CACHE_SIZE 24.0f
#define DEFAULT_LAYER_CACHE_SIZE 16.0f
#define DEFAULT_RENDER_BUFFER_CACHE_SIZE 2.0f
-#define DEFAULT_PATH_CACHE_SIZE 10.0f
+#define DEFAULT_PATH_CACHE_SIZE 4.0f
#define DEFAULT_VERTEX_CACHE_SIZE 1.0f
#define DEFAULT_PATCH_CACHE_SIZE 128 // in kB
#define DEFAULT_GRADIENT_CACHE_SIZE 0.5f