summaryrefslogtreecommitdiffstats
path: root/include/input/InputEventLabels.h
diff options
context:
space:
mode:
authorAnthony Hugh <ahugh@google.com>2015-06-25 01:27:44 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-25 01:27:44 +0000
commit209ea40e8f3ccda405cd4e99c768b9b9b43e9dfa (patch)
tree881c94eff9838f3bb821be99920a23a75249ab17 /include/input/InputEventLabels.h
parentd2fb7a6e49f04182ba7b639c340414b1745137f2 (diff)
parent9e415d719e4ceb7a3e93c0d60f9c3bf9ee4fc97f (diff)
downloadframeworks_native-209ea40e8f3ccda405cd4e99c768b9b9b43e9dfa.zip
frameworks_native-209ea40e8f3ccda405cd4e99c768b9b9b43e9dfa.tar.gz
frameworks_native-209ea40e8f3ccda405cd4e99c768b9b9b43e9dfa.tar.bz2
am 9e415d71: DO NOT MERGE: Introduce stem keycodes for Wear
* commit '9e415d719e4ceb7a3e93c0d60f9c3bf9ee4fc97f': DO NOT MERGE: Introduce stem keycodes for Wear
Diffstat (limited to 'include/input/InputEventLabels.h')
-rw-r--r--include/input/InputEventLabels.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h
index 9aa7425..8a339f7 100644
--- a/include/input/InputEventLabels.h
+++ b/include/input/InputEventLabels.h
@@ -299,6 +299,10 @@ static const InputEventLabel KEYCODES[] = {
DEFINE_KEYCODE(TV_MEDIA_CONTEXT_MENU),
DEFINE_KEYCODE(TV_TIMER_PROGRAMMING),
DEFINE_KEYCODE(HELP),
+ DEFINE_KEYCODE(STEM_PRIMARY),
+ DEFINE_KEYCODE(STEM_1),
+ DEFINE_KEYCODE(STEM_2),
+ DEFINE_KEYCODE(STEM_3),
{ NULL, 0 }
};