diff options
author | Jeff Brown <jeffbrown@google.com> | 2010-09-27 12:33:14 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-09-27 12:33:14 -0700 |
commit | 14a288da6a372230d9af41da12241fe500eec837 (patch) | |
tree | 2a15d375323bce1a89d48279ef228650550e8414 /include/ui/InputReader.h | |
parent | 524ae7dd149c6b10814282dc3e2e55a4f755ad29 (diff) | |
parent | 01ce2e9eee41cc0c24b0d16465710a28ea337d5d (diff) | |
download | frameworks_base-14a288da6a372230d9af41da12241fe500eec837.zip frameworks_base-14a288da6a372230d9af41da12241fe500eec837.tar.gz frameworks_base-14a288da6a372230d9af41da12241fe500eec837.tar.bz2 |
Merge "Add suuport for splitting touch events across windows." into gingerbread
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 903c3c4..e85735a 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 { |