diff options
author | Vasu Nori <vnori@google.com> | 2010-12-19 00:21:10 -0800 |
---|---|---|
committer | Vasu Nori <vnori@google.com> | 2010-12-20 13:08:08 -0800 |
commit | bd57473e9056373acab98ae24d80858dfe774fcd (patch) | |
tree | 33b7b6b8c6f59849cade563b8180b690412bd101 /include/binder | |
parent | 2c7cbb43488999f34332b51f5128b645bf4431f7 (diff) | |
download | frameworks_native-bd57473e9056373acab98ae24d80858dfe774fcd.zip frameworks_native-bd57473e9056373acab98ae24d80858dfe774fcd.tar.gz frameworks_native-bd57473e9056373acab98ae24d80858dfe774fcd.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/binder')
-rw-r--r-- | include/binder/CursorWindow.h | 1 |
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 |