summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2013-01-31 16:19:18 -0800
committerMichael Wright <michaelwr@google.com>2013-02-01 16:29:59 -0800
commit1df477acf60538f9de18bd597e090d075fa83509 (patch)
treea163bd932074c49b9fac6792ca85d12569559dd5 /include
parentb06870bf49055721bd43b5bbd742feb8422fc071 (diff)
downloadframeworks_base-1df477acf60538f9de18bd597e090d075fa83509.zip
frameworks_base-1df477acf60538f9de18bd597e090d075fa83509.tar.gz
frameworks_base-1df477acf60538f9de18bd597e090d075fa83509.tar.bz2
Add initial plumbing for brightness keys
Change-Id: I595e8a25e6c245e4b22f06df9a8acdbb75e4b041
Diffstat (limited to 'include')
-rw-r--r--include/androidfw/KeycodeLabels.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/androidfw/KeycodeLabels.h b/include/androidfw/KeycodeLabels.h
index 538949d..3e12f26 100644
--- a/include/androidfw/KeycodeLabels.h
+++ b/include/androidfw/KeycodeLabels.h
@@ -244,6 +244,8 @@ static const KeycodeLabel KEYCODES[] = {
{ "RO", 217 },
{ "KANA", 218 },
{ "ASSIST", 219 },
+ { "BRIGHTNESS_DOWN", 220 },
+ { "BRIGHTNESS_UP", 221 },
// NOTE: If you add a new keycode here you must also add it to several other files.
// Refer to frameworks/base/core/java/android/view/KeyEvent.java for the full list.