From bd57473e9056373acab98ae24d80858dfe774fcd Mon Sep 17 00:00:00 2001 From: Vasu Nori Date: Sun, 19 Dec 2010 00:21:10 -0800 Subject: [PATCH] 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 --- include/binder/CursorWindow.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/binder/CursorWindow.h b/include/binder/CursorWindow.h index 4fbff2ac9..f0b2909dc 100644 --- a/include/binder/CursorWindow.h +++ b/include/binder/CursorWindow.h @@ -25,7 +25,6 @@ #include #define DEFAULT_WINDOW_SIZE 4096 -#define MAX_WINDOW_SIZE (1024 * 1024) #define WINDOW_ALLOCATION_SIZE 4096 #define ROW_SLOT_CHUNK_NUM_ROWS 16