diff options
| author | 2010-09-26 22:20:12 -0700 | |
|---|---|---|
| committer | 2010-09-26 22:20:12 -0700 | |
| commit | 01ce2e9eee41cc0c24b0d16465710a28ea337d5d (patch) | |
| tree | 08e45a8ec47e63760655a1770dac367258511538 /include/ui/InputReader.h | |
| parent | 37cedce14bc0e68e8bf27c2cecb181728226e6ed (diff) | |
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
Diffstat (limited to 'include/ui/InputReader.h')
| -rw-r--r-- | include/ui/InputReader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ui/InputReader.h b/include/ui/InputReader.h index 903c3c4fadad..e85735a7171e 100644 --- a/include/ui/InputReader.h +++ b/include/ui/InputReader.h @@ -549,10 +549,6 @@ public: const int32_t* keyCodes, uint8_t* outFlags); protected: - /* Maximum pointer id value supported. - * (This is limited by our use of BitSet32 to track pointer assignments.) */ - static const uint32_t MAX_POINTER_ID = 31; - Mutex mLock; struct VirtualKey { |