summaryrefslogtreecommitdiff
path: root/include/ui/KeycodeLabels.h
diff options
context:
space:
mode:
author Jeff Brown <jeffbrown@google.com> 2010-11-02 17:38:18 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-11-02 17:38:18 -0700
commitb0bb949f094a11057ebe1d265576cdf4eccfe34e (patch)
treeccb34d016deb438688ff2f515c27d406fbb4d2dd /include/ui/KeycodeLabels.h
parent5fc1dd15f51a52dc4e233022047c0ab2681481e7 (diff)
parent7e5660f3e28b4a8321745e013a6a66db95c2bb3e (diff)
Merge "Add plumbing for volume mute key."
Diffstat (limited to 'include/ui/KeycodeLabels.h')
-rwxr-xr-xinclude/ui/KeycodeLabels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/KeycodeLabels.h b/include/ui/KeycodeLabels.h
index ef2b6b33d3..73f5863392 100755
--- a/include/ui/KeycodeLabels.h
+++ b/include/ui/KeycodeLabels.h
@@ -188,6 +188,7 @@ static const KeycodeLabel KEYCODES[] = {
{ "NUMPAD_EQUALS", 161 },
{ "NUMPAD_LEFT_PAREN", 162 },
{ "NUMPAD_RIGHT_PAREN", 163 },
+ { "VOLUME_MUTE", 164 },
// 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.