summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-08 01:05:32 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-08 01:05:32 +0000
commitf40e59e7fdff2ec7f273357f935e1cbb374f5f4b (patch)
tree567d94f09e4e1725886d786b55796a8bbf759739
parent089f039ade3ad734820cb50f48b1d38f7069f24c (diff)
parent6afce442eadb3b26d582815e7e14c93e3f487068 (diff)
downloadnative-android-vts-8.0_r2.tar.gz
release-request-0326f717-7263-4736-8626-e29be54191a3-for-git_oc-vts-release-4322726 snap-temp-L54500000100512319android-vts-8.0_r2
Change-Id: I04c09574174f5a63529f72946cb6bc6f9835d483
-rw-r--r--include/android/keycodes.h4
-rw-r--r--include/input/InputEventLabels.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/include/android/keycodes.h b/include/android/keycodes.h
index e202060f16..2164d6163e 100644
--- a/include/android/keycodes.h
+++ b/include/android/keycodes.h
@@ -765,7 +765,9 @@ enum {
/** fingerprint navigation key, left. */
AKEYCODE_SYSTEM_NAVIGATION_LEFT = 282,
/** fingerprint navigation key, right. */
- AKEYCODE_SYSTEM_NAVIGATION_RIGHT = 283
+ AKEYCODE_SYSTEM_NAVIGATION_RIGHT = 283,
+ /** all apps */
+ AKEYCODE_ALL_APPS = 284
// 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.
diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h
index 20154eb10e..c282cf0b22 100644
--- a/include/input/InputEventLabels.h
+++ b/include/input/InputEventLabels.h
@@ -323,6 +323,7 @@ static const InputEventLabel KEYCODES[] = {
DEFINE_KEYCODE(SYSTEM_NAVIGATION_DOWN),
DEFINE_KEYCODE(SYSTEM_NAVIGATION_LEFT),
DEFINE_KEYCODE(SYSTEM_NAVIGATION_RIGHT),
+ DEFINE_KEYCODE(ALL_APPS),
{ NULL, 0 }
};