History log of /frameworks/native/include/input/InputEventLabels.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
346dbe176ef7cc759dc7af8beaf48b5ad5a7e331 15-Jan-2018 Yuichiro Hanada <yhanada@google.com> Add new refresh key constant.

Bug: 64149858
Bug: 64662317
Test: Builds and manual tests with Chromebook.

Change-Id: I02f890375f1a956867b04bf76f69d668fb3a7f98
/frameworks/native/include/input/InputEventLabels.h
734239185fdbc430196aca7ade7b322c169f9ee2 19-Jul-2017 Sujith Ramakrishnan <sujithrk@google.com> Add a new keycode for TV (ALL_APPS)

- KEYCODE_ALL_APPS: Launches all apps. For TV, this checks for
launcher package in system image.

Test: Manual: ALL_APPS: adb shell input keyevent 284
Test: also tested with --longpress for these keys

Bug: 38496261
Change-Id: I2e50a569533f01d93c020adde672c842540f0193
/frameworks/native/include/input/InputEventLabels.h
fef00db3e5615ca77f2d66e8c9c35fbf423e2b76 29-Sep-2016 Colin Cross <ccross@android.com> Merge "Fix libinput warnings" am: a4767442e3 am: a149886878
am: 35d869c15e

Change-Id: I6461ef056bf41d66d391f52cfb25a680dd61b14e
1eadf8d95daf642faec1037d7fa5aca1a8c220e5 27-Sep-2016 Colin Cross <ccross@android.com> Fix libinput warnings

The warnings were being hidden by the use of -isystem to include
frameworks/native/include.

Bug: 31752268
Test: m -j
Change-Id: I13f03892c75ea3c3139ca676666b0d403871d241
/frameworks/native/include/input/InputEventLabels.h
e7a57d128038492445caac998d55983fb6085dfa 23-Jun-2016 Jim Miller <jaggies@google.com> Enable fingerprint sensor navigation to invoke QuickSettings
- rename "FP_NAV" to more generic "SYSTEM_NAVIGATION" based on other reviews.

Fixes bug 28869612

Change-Id: I384c0fa372a2ecda7250fccd0dbdfd6312423a85
/frameworks/native/include/input/InputEventLabels.h
c1b50820d0d59c5b83c393f9aa475c1821107d2d 18-May-2016 Jim Miller <jaggies@google.com> Add fingerprint sensor navigation keys.

Change-Id: If27d1170ede8bf3124644d47d90384313137bb18

Allow fingerprint navigation keys to be remapped by device rotation.

Change-Id: Ibfd827504e8c9aa6895bdca79eeb13be2784d5fe
/frameworks/native/include/input/InputEventLabels.h
e30f7e1e9ec2be958bbea54f3a09f509fc0a44f7 21-Oct-2015 Michael Wright <michaelwr@google.com> Add new Cut / Copy / Paste keys

Bug: 25120948
Change-Id: Ic2569b1d542fb3fd4159d8c08fe65beeb8b656d7
/frameworks/native/include/input/InputEventLabels.h
b642fa96314f44c293e921a895860d0e42d270a8 04-Sep-2015 Nick Armstrong-Crews <strongarm@google.com> resolved conflicts for eba63c33 to master

Change-Id: I9f7744f63adeb9961547487453f0526cdd99dbbd
a180e855f66db8e4aa4796247e55ca5372d53de2 02-Sep-2015 Nick Armstrong-Crews <strongarm@google.com> Add KEYCODE_SOFT_SLEEP for Ungaze.

BUG: b/23589870
Change-Id: I9bb575fe97bfae926ef4db37615e88057b81480c
/frameworks/native/include/input/InputEventLabels.h
d0aa330925e2a9e90ccaf7f7b4b103911f544c56 06-Aug-2015 Michael Wright <michaelwr@google.com> Add new media navigation keys.

Bug: 22059484
Change-Id: I7d85a5c3bd1bbe07ebb50edfc0a65bf25ee6ca9c
/frameworks/native/include/input/InputEventLabels.h
1362ec74fc4f1dc223c9c322f8f49c966ba67594 07-Aug-2015 Michael Wright <michaelwr@google.com> Merge commit '62ec2dd5' into mm

Change-Id: I34801df36735545fc500486209573ed2864a0430
62ec2dd563eb9f537d76e6bb9c13d630f5ab01dc 06-Aug-2015 Michael Wright <michaelwr@google.com> DO NOT MERGE Add new media navigation keys.

Bug: 22059484
Change-Id: I587eb7622555194f18f403da583e3b70656a530e
/frameworks/native/include/input/InputEventLabels.h
01ed18677143bd44a3be64387857b8bd4d775c13 31-Jul-2015 David Stevens <stevensd@google.com> Add keycodes for diagonal dpad inputs

Change-Id: I7fe485bac5df58a20daed0c99d4849121851b81c
/frameworks/native/include/input/InputEventLabels.h
887b00dd28627d635f06a1ffca27553f265b28e0 23-Jun-2015 Anthony Hugh <ahugh@google.com> Introduce stem keycodes for Wear

This change adds four new stem keycodes for Android Wear. These
keycodes are intended to represent the various hardware buttons
around the watch. There is one primary stem key that will be used
for power/settings and three generic stem keys that will be
customizable.

BUG: 21903503
Change-Id: I60f87f027fa4d4b19933d96b4110019805b30895
/frameworks/native/include/input/InputEventLabels.h
e50376eef0cf3c38991b48b29fa99a9d071abf49 16-Apr-2015 Joseph Cooper <josephcooper@google.com> Introduces navigation keycodes.

These four new navigation keycodes are intended to be used to
navigate a tree hierarchy or list of items. They should be used to
allow the user to advance forward or backward within a list of
sibling items, expand the currently selected item to navigate the
item's children, or back out from the current item to its parent
item or state.

Change-Id: I4781e9d7756ed00ca14d8d4c743da3cc0e68ea6c
/frameworks/native/include/input/InputEventLabels.h
c9aa628d065eb08d6fa30f0ac21c6eca4cfbab75 12-Feb-2015 Jeff Brown <jeffbrown@google.com> Cancel touch events when a low-level touch gesture occurs.

When the touch firmware or driver sends a key event that is triggered
by a low-level gesture such as a palm slap. For this to work, the
touch device's .kl file must specify the "GESTURE" flag for each
key that is produced by a gesture.

Note that the "VIRTUAL" flag should also be specified for any such
keys for which we would like to generate haptic feedback.

eg. key 142 SLEEP VIRTUAL GESTURE

Bug: 19264992
Change-Id: Ief494ec7e3ca66d2358a1001fdfae4f263ee1cd1
/frameworks/native/include/input/InputEventLabels.h
5b3dc861fb707f46064238ec832f7bdbb4a5fbe8 27-Aug-2014 ASAZU, Hideki <Hideki.Asazu@jp.sony.com> New keycode definitions for TV remotes.

Keys which are necessary for supporting world-wide broadcast
standard or used commonly for TV/STB remotes.

Change-Id: I2721ceb7d956c87f1d4106b99f9d21947ae13d47
/frameworks/native/include/input/InputEventLabels.h
51409573be11e89babeb61954a19c8261649ca7c 22-Aug-2014 Michael Wright <michaelwr@google.com> Add Voice Assist key.

Bug: 16292420
Change-Id: I607fadc2edf673079bfd9f7406e6e45603474957
/frameworks/native/include/input/InputEventLabels.h
b9e879d429945cebc12a52e1ceaf0846eea564f1 21-May-2014 Jeff Brown <jeffbrown@google.com> Merge "Support VIRTUAL flag in keyboard layouts."
5a7d2f9a15f0fc3799f855105aa07cf7ba534b6f 21-May-2014 Jeff Brown <jeffbrown@google.com> Support VIRTUAL flag in keyboard layouts.

This flag is used to provide haptic feedback for virtual hard keys.

Bug: 14319563
Change-Id: Ia0ca1acc8cfa00a42d1c04d279dfa59c6cc00f4d
/frameworks/native/include/input/InputEventLabels.h
bc4e396d1721884adc48f64fbe6ef40afd8ede2d 14-May-2014 Jinsuk Kim <jinsukkim@google.com> New keycode definitions for HDMI-CEC

Following keys are added to be mapped to HDMI-CEC standard keys:

KEYCODE_MEDIA_TOP_MENU
KEYCODE_11
KEYCODE_12
KEYCODE_LAST_CHANNEL
KEYCODE_TV_DATA_SERVICE

Change-Id: Ie73cf4cd8355ced4753eb5bba0ea130b087dfc36
/frameworks/native/include/input/InputEventLabels.h
6b4e02f1cbdc55126cae9d2ce588640a784e7d61 15-Apr-2014 Tim Kilbourn <tkilbourn@google.com> Add KEYCODE_PAIRING.

Used for initiating a peripheral pairing mode.

Change-Id: I7e8439d27491ccc72d045cabf5751a35b9113aa7
/frameworks/native/include/input/InputEventLabels.h
872db4f11e407accccba9d37c335ef7e3597eba4 23-Apr-2014 Michael Wright <michaelwr@google.com> Move key attribute information out of native.

Native doesn't ever actually care about the attributes of keys, so
move all of it up into the managed layer and move all of the key
names down so they're defined once.

Change-Id: Ic8ded13ce050b2b98744735ff50d11e8d882d7d5
/frameworks/native/include/input/InputEventLabels.h