summaryrefslogtreecommitdiffstats
path: root/include/ui/KeycodeLabels.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-20 07:38:31 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-20 07:38:31 -0800
commit7222586f99599fb2de31293277b79e8d4a3acdc2 (patch)
tree419be3db269033df1a79ef96e10fe15be35ce27d /include/ui/KeycodeLabels.h
parentd2bd26d32612a1c7d5629202e3f41741b7936c60 (diff)
downloadframeworks_native-7222586f99599fb2de31293277b79e8d4a3acdc2.zip
frameworks_native-7222586f99599fb2de31293277b79e8d4a3acdc2.tar.gz
frameworks_native-7222586f99599fb2de31293277b79e8d4a3acdc2.tar.bz2
auto import from //branches/cupcake/...@132569
Diffstat (limited to 'include/ui/KeycodeLabels.h')
-rw-r--r--include/ui/KeycodeLabels.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ui/KeycodeLabels.h b/include/ui/KeycodeLabels.h
index 53c1188..efa6d2b 100644
--- a/include/ui/KeycodeLabels.h
+++ b/include/ui/KeycodeLabels.h
@@ -113,6 +113,7 @@ static const KeycodeLabel KEYCODES[] = {
{ "PREVIOUSSONG", 88 },
{ "REWIND", 89 },
{ "FORWARD", 90 },
+ { "MUTE", 91 },
// NOTE: If you add a new keycode here you must also add it to:
// (enum KeyCode, in this file)
@@ -216,7 +217,8 @@ typedef enum KeyCode {
kKeyCodeNextSong = 87,
kKeyCodePreviousSong = 88,
kKeyCodeRewind = 89,
- kKeyCodeForward = 90
+ kKeyCodeForward = 90,
+ kKeyCodeMute = 91
} KeyCode;
static const KeycodeLabel FLAGS[] = {