Add suuport for splitting touch events across windows.

This feature is currently used to enable dragging the start and end
selection handles of a TextView at the same time.  Could be used for
other things later.

Deleted some dead code in ArrowKeyMovementMethod and CursorControllers.

Change-Id: I930accd97ca1ca1917aab8a807db2c950fc7b409
This commit is contained in:
Jeff Brown
2010-09-26 22:20:12 -07:00
parent 37cedce14b
commit 01ce2e9eee
11 changed files with 718 additions and 492 deletions

View File

@@ -3366,7 +3366,7 @@ void MultiTouchInputMapper::sync(nsecs_t when) {
if (id > MAX_POINTER_ID) {
#if DEBUG_POINTERS
LOGD("Pointers: Ignoring driver provided pointer id %d because "
"it is larger than max supported id %d for optimizations",
"it is larger than max supported id %d",
id, MAX_POINTER_ID);
#endif
havePointerIds = false;