summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVasu Nori <vnori@google.com>2010-12-19 00:21:10 -0800
committerVasu Nori <vnori@google.com>2010-12-20 13:08:08 -0800
commit2594bae1f551d758c5c88771310d1ee3dc2c71ac (patch)
treea3628391acd770e4744a33673e65a92d1385fb73 /include
parent4c7cc34127efa3308e1a09b28728868911b79789 (diff)
downloadframeworks_base-2594bae1f551d758c5c88771310d1ee3dc2c71ac.zip
frameworks_base-2594bae1f551d758c5c88771310d1ee3dc2c71ac.tar.gz
frameworks_base-2594bae1f551d758c5c88771310d1ee3dc2c71ac.tar.bz2
bug:2448371 cursorwindow size moved to resource xml file.
let cursor window size be set per device in device resources file. default is 1MB. for SR, it is 2MB. it can be set to any value (in kB) in the device resource strings.xml file Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9
Diffstat (limited to 'include')
-rw-r--r--include/binder/CursorWindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/binder/CursorWindow.h b/include/binder/CursorWindow.h
index 4fbff2a..f0b2909 100644
--- a/include/binder/CursorWindow.h
+++ b/include/binder/CursorWindow.h
@@ -25,7 +25,6 @@
#include <utils/RefBase.h>
#define DEFAULT_WINDOW_SIZE 4096
-#define MAX_WINDOW_SIZE (1024 * 1024)
#define WINDOW_ALLOCATION_SIZE 4096
#define ROW_SLOT_CHUNK_NUM_ROWS 16