summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/KeyEvent.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | am 9e3de5f7: am 6f9f8e7a: am 01b5e765: Merge "Declare KEYCODE_SLEEP and KEYCO...Jeff Brown2014-03-081-2/+12
|\ \ | |/
| * Declare KEYCODE_SLEEP and KEYCODE_WAKEUP.Jeff Brown2014-03-071-2/+12
* | Initial round of MediaSession APIsRoboErik2014-02-191-71/+95
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
|/
* Debounce touch navigation taps and button pressesMichael Wright2013-07-171-0/+13
* Add a keycode to switch audio tracks (1/2)Jaekyun Seok2013-07-121-1/+5
* am b044c40c: Merge "Fixed javadoc in input related classes" into jb-mr2-devMichael Wright2013-04-251-1/+1
|\
| * Fixed javadoc in input related classesMichael Wright2013-04-241-1/+1
* | am 5fe6e4c4: Merge "Rewrite input handling for native applications" into jb-m...Michael Wright2013-04-231-0/+6
|\ \ | |/
| * Rewrite input handling for native applicationsMichael Wright2013-04-221-0/+6
* | am abc2763e: Merge "KeyEvent: update comment"Michael Wright2013-04-201-2/+2
|\ \ | |/ |/|
| * KeyEvent: update commentChirayu Desai2013-04-151-2/+2
* | Add initial plumbing for brightness keysMichael Wright2013-02-011-1/+9
* | Changes documention for how input buttons should be labelledMichael Wright2013-01-281-6/+6
|/
* Correct executable bit for source filesKenny Root2012-11-071-0/+0
* Add new ASSIST key and map it to the global assist intent.Jeff Brown2012-06-141-1/+5
* Add/refine comments to reflect key event policiesJean Chalard2012-05-291-0/+13
* Make InputEvent.getEventTime() public.Jeff Brown2012-04-201-3/+17
* Add Japanese specific key codes.Yang Chuang2012-04-021-2/+26
* Remove type tests when recycling input events.Jeff Brown2011-12-031-0/+7
* Refactor InputQueue as InputEventReceiver.Jeff Brown2011-12-011-6/+2
* Fix application launch shortcuts.Jeff Brown2011-11-291-2/+20
* Fixing various broken javadoc comments in framework.Andrew Sapperstein2011-06-241-2/+2
* Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-9/+16
* Coalesce input events that arrive faster than 333Hz.Jeff Brown2011-04-071-0/+6
* Minor Alt-TAB / Recent Apps Dialog improvements.Jeff Brown2011-04-061-0/+21
* Add a little input event consistency verifier.Jeff Brown2011-03-311-2/+52
* Add 3D mode key and others.Jeff Brown2011-03-161-0/+16
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-230/+267
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-5/+24
* am e200420e: am d49f3e00: Merge "Rename KeyCharacterMap.UnavailableException....Jeff Brown2011-01-191-1/+1
|\
| * Rename KeyCharacterMap.UnavailableException.Jeff Brown2011-01-191-1/+1
* | Add joystick support to framework.Jeff Brown2011-01-171-2/+50
|/
* Add dispatch key shortcut window callback.Jeff Brown2011-01-051-5/+17
* Support invoking key shortcuts using Control.Jeff Brown2010-12-211-0/+16
* Make framework modifier key handling more precise.Jeff Brown2010-12-131-9/+250
* Add support for fallback keycodes.Jeff Brown2010-12-071-3/+16