diff options
| author | 2011-03-09 18:27:22 -0800 | |
|---|---|---|
| committer | 2011-03-09 18:27:22 -0800 | |
| commit | 55605c9e24887693d507f31bee4cde0690bbccff (patch) | |
| tree | 838e1062bec1476d902a46f0c3b2eff34bbe4c3c /services/input/InputReader.cpp | |
| parent | 06a0c9f5ee1f1c51607446f29ffb9697fa95e549 (diff) | |
| parent | 924c4d47774fa7d8a5ce659d12291ef7df82ee05 (diff) | |
Merge "Support POLICY_FLAG_ALT et. al. (DO NOT MERGE)" into honeycomb-mr1
Diffstat (limited to 'services/input/InputReader.cpp')
| -rw-r--r-- | services/input/InputReader.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/services/input/InputReader.cpp b/services/input/InputReader.cpp index 00c3eb72b2c8..ab43a20ed9a8 100644 --- a/services/input/InputReader.cpp +++ b/services/input/InputReader.cpp @@ -1009,9 +1009,6 @@ void KeyboardInputMapper::processKey(nsecs_t when, bool down, int32_t keyCode, getContext()->fadePointer(); } - if (policyFlags & POLICY_FLAG_FUNCTION) { - newMetaState |= AMETA_FUNCTION_ON; - } getDispatcher()->notifyKey(when, getDeviceId(), mSources, policyFlags, down ? AKEY_EVENT_ACTION_DOWN : AKEY_EVENT_ACTION_UP, AKEY_EVENT_FLAG_FROM_SYSTEM, keyCode, scanCode, newMetaState, downTime); |