summaryrefslogtreecommitdiff
path: root/core/java/android/view/KeyEvent.java
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE - Merge pi-platform-release (PPRL.190205.001) intoXin Li2019-02-141-2/+2
|\
| * docs: Replacing {#link with {@linkAndrew Solovay2018-10-041-2/+2
* | Move some members to the "Q blacklist".Mathew Inwood2018-10-221-2/+3
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+27
|/
* Add new refresh key constant.Yuichiro Hanada2018-01-241-1/+3
* Remove @hide for KEYCODE_ALL_APPSSujith Ramakrishnan2018-01-111-2/+1
* Make ASSIST launch VIS and add a new keycode for TV (ALL_APPS)Sujith Ramakrishnan2017-09-071-1/+4
* Document Android Wear usage of KEYCODE_WINDOW. am: 03d4a65865Julius D'souza2017-04-061-1/+2
|\
| * Document Android Wear usage of KEYCODE_WINDOW.Julius D'souza2017-04-031-1/+2
| * docs: Clarified definition of KeyEvent.Callback.onKeyMultiple()Kevin Hufnagle2016-09-261-2/+3
| |\
* | | Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-1/+0
* | | docs: Clarified definition of KeyEvent.Callback.onKeyMultiple() am: b248b1f689Kevin Hufnagle2016-09-261-2/+3
|\ \ \ | |/ / |/| / | |/
| * docs: Clarified definition of KeyEvent.Callback.onKeyMultiple()Kevin Hufnagle2016-09-191-2/+3
* | Enable fingerprint sensor navigation to invoke QuickSettingsJim Miller2016-06-221-13/+16
* | Add fingerprint navigation to enable pulling down the statusbarJim Miller2016-05-171-1/+13
|/
* Caps Lock toggle with Meta + Alt (2/2)Andrii Kulian2016-04-061-0/+5
* Fixed a bug where the numpad wasn't working correctlySelim Cinek2016-02-221-0/+1
* Merge "Add STEM_1, STEM_2 and STEM_3 key as wakeup keys" into cw-e-dev am: 4a...Chenjie Luo2016-01-141-0/+3
|\
| * Add STEM_1, STEM_2 and STEM_3 key as wakeup keysChenjie Luo2016-01-141-0/+3
* | Make KEYCODE_SPACE a confirm key.Michael Wright2015-12-141-0/+1
* | Add new Cut / Copy / Paste keys.Michael Wright2015-10-211-2/+8
* | Remove @hide for KEYCODE_SOFT_SLEEP.Nick Armstrong-Crews2015-09-091-2/+1
* | am 13d2fa50: am 740cf71c: am 56ecfcce: Handle KEYCODE_SOFT_SLEEP from Ungaze.Nick Armstrong-Crews2015-09-081-1/+4
|\|
| * Handle KEYCODE_SOFT_SLEEP from Ungaze.Nick Armstrong-Crews2015-09-071-1/+4
* | am d70377b5: am 36afc2b7: am 9b8f82a3: Merge "Revert "Handle KEYCODE_SOFT_SLE...Nick Armstrong-Crews2015-09-081-3/+1
|\|
| * Revert "Handle KEYCODE_SOFT_SLEEP from Ungaze."Nick Armstrong-Crews2015-09-081-3/+1
* | am 7f37402d: am 43c4459d: am 6f0ba402: Merge "Handle KEYCODE_SOFT_SLEEP from ...Nick Armstrong-Crews2015-09-041-1/+3
|\|
| * Handle KEYCODE_SOFT_SLEEP from Ungaze.Nick Armstrong-Crews2015-09-041-1/+3
| * Merge commit '9dd2663d' into mmMichael Wright2015-08-071-6/+16
| |\
| | * DO NOT MERGE. Add new media navigation keys.Michael Wright2015-08-071-6/+16
| * | DO NOT MERGE: Introduce stem keycodes for WearAnthony Hugh2015-07-151-2/+15
| |/
* | Add new media navigation keys.Michael Wright2015-08-131-6/+16
* | Add keycodes for diagonal dpad inputsDavid Stevens2015-07-311-2/+10
* | Introduce stem keycodes for WearAnthony Hugh2015-06-241-2/+11
|/
* Remove SLEEP and POWER from wake key list.Michael Wright2015-04-291-2/+0
* Introduces navigation keycodes.Joseph Cooper2015-04-161-2/+16
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Cancel or drop key events if activity is stopped.Wale Ogunwale2014-11-121-0/+10
* New keycode definitions for TV remotes.ASAZU, Hideki2014-09-021-2/+90
* Add Voice Assist key.Michael Wright2014-08-211-1/+5
* Mark all Meta combos as system combosMichael Wright2014-08-051-0/+5
* Making KEYCODE_PAIRING a wakeup key.Michael Wright2014-06-041-0/+1
* New keycode definitions for HDMI-CECJinsuk Kim2014-05-201-4/+16
* Add KEYCODE_PAIRING.Tim Kilbourn2014-05-161-1/+6
* Only translate prefixed strings to keys / axes.Michael Wright2014-05-131-4/+4
* Temporarily remove the dpad keys from system keys.Michael Wright2014-05-081-4/+0
* Move key attribute information into KeyEvent.Michael Wright2014-04-281-258/+72
* resolved conflicts for merge of 337e764d to masterJeff Brown2014-04-111-0/+4
|\
| * Plumb display power state through display manager.Jeff Brown2014-04-101-1/+5
| * Adds API for determining confirm and cancel keys.Michael Wright2014-03-261-4/+23