diff options
author | Jeff Brown <jeffbrown@google.com> | 2010-06-30 15:03:04 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-06-30 15:03:04 -0700 |
commit | 3813eebfa8733b183b5f3596565e14991397ab22 (patch) | |
tree | ffc72881725acd102cf73d072895c0598763c3a8 /libs | |
parent | 2b682a853ebb8853bee587aaaf0a50fdecbfae37 (diff) | |
parent | c393eb6cf5f5685d4dc1ddaa04136475536acccf (diff) | |
download | frameworks_native-3813eebfa8733b183b5f3596565e14991397ab22.zip frameworks_native-3813eebfa8733b183b5f3596565e14991397ab22.tar.gz frameworks_native-3813eebfa8733b183b5f3596565e14991397ab22.tar.bz2 |
Merge "Fix injection of specially intercepted keys like HOME." into gingerbread
Diffstat (limited to 'libs')
-rw-r--r-- | libs/ui/InputReader.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ui/InputReader.cpp b/libs/ui/InputReader.cpp index 217c597..899027c 100644 --- a/libs/ui/InputReader.cpp +++ b/libs/ui/InputReader.cpp @@ -1639,10 +1639,6 @@ bool InputReader::applyStandardInputDispatchPolicyActions(nsecs_t when, *policyFlags |= POLICY_FLAG_BRIGHT_HERE; } - if (policyActions & InputReaderPolicyInterface::ACTION_INTERCEPT_DISPATCH) { - *policyFlags |= POLICY_FLAG_INTERCEPT_DISPATCH; - } - return policyActions & InputReaderPolicyInterface::ACTION_DISPATCH; } |