summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAlexander Hofbauer <alex@derhofbauer.at>2012-04-12 01:24:24 +0200
committerSteve Kondik <steve@cyngn.com>2015-10-18 00:51:44 -0700
commita45a56b204c320c04176f71881e85e36357fc27f (patch)
tree68b6fcd5155d39fb8acab13587a17d36aafbf069 /Android.mk
parent11165e591a0e74e889f7b910d8bd81e9ae176a34 (diff)
downloadframeworks_base-a45a56b204c320c04176f71881e85e36357fc27f.zip
frameworks_base-a45a56b204c320c04176f71881e85e36357fc27f.tar.gz
frameworks_base-a45a56b204c320c04176f71881e85e36357fc27f.tar.bz2
Dispatch keys to a device specific key handler
Injects a device key handler into the input path to handle additional keys (as found on some docks with a hardware keyboard). Configurable via overlay settings config_deviceKeyHandlerLib and config_deviceKeyHandlerClass. Change-Id: I6678c89c7530fdb1d4d516ba4f1d2c9e30ce79a4 DeviceKeyHandle: The device should consume only known keys When the device receive the key, only should consume it if the device know about the key. Otherwise, the key must be handle by the active app. Also make mDeviceKeyHandler private (is not useful outside this class) Change-Id: I4b9ea57b802e8c8c88c8b93a63d510f5952b0700 Signed-off-by: Jorge Ruesga <jorge@ruesga.com> DeviceKeyHandler : Allow handling keyevents while screen off Some devices require the keyevents to be processed while the screen is off, this patchset addresses that by moving the filter up in the call hierarchy. Change-Id: If71beecc81aa5e453dcd08aba72b7bea5c210590
Diffstat (limited to 'Android.mk')
0 files changed, 0 insertions, 0 deletions