summaryrefslogtreecommitdiffstats
path: root/services/input/InputDispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate potential reentrance from unregisterInputChannel.Jeff Brown2012-10-311-0/+1
* Bundle correlated switch changes atomically.Jeff Brown2012-09-271-1/+1
* Make input system aware of multiple displays.Jeff Brown2012-09-101-5/+13
* Capture input dispatcher's last ANR state in bug report.Jeff Brown2012-06-171-0/+3
* Improve ANR diagnostics.Jeff Brown2012-06-111-2/+9
* Fix bugs in fallback key handling.Jeff Brown2012-05-091-0/+3
* When ANR happens, only remove ANR'd window.Jeff Brown2012-04-201-0/+1
* Add Java wrappers for new atrace functionality.Jeff Brown2012-03-091-0/+4
* frameworks/base refactoring.Mathias Agopian2012-02-171-2/+2
* Don't serialize motion events.Jeff Brown2012-02-131-1/+1
* Implement batching of input events on the consumer side.Jeff Brown2012-02-131-2/+13
* Dispatch multiple touch events in parallel.Jeff Brown2012-02-131-8/+14
* Delete premature optimization.Jeff Brown2012-02-131-2/+0
* Delete dead code.Jeff Brown2012-02-131-4/+0
* Delete latency tracking information in the Connection.Jeff Brown2012-02-131-13/+0
* Remove active connection tracking.Jeff Brown2012-02-131-6/+0
* Simplify input target handling in the dispatcher.Jeff Brown2012-02-131-12/+9
* Rewrite input transport using sockets.Jeff Brown2012-02-131-5/+3
* Remove batching and streaming from the input dispatcher.Jeff Brown2012-02-131-51/+10
* Remove the input dispatcher throttle.Jeff Brown2012-02-071-18/+1
* Improve watchdog monitor for InputReader and InputDispatcher.Jeff Brown2012-01-271-0/+2
* Fix a few memory leaks in the input dispatcher.Jeff Brown2012-01-121-0/+3
* Improve screenshot chord debouncing.Jeff Brown2011-10-121-1/+3
* Fix input channel leak.Jeff Brown2011-08-301-2/+9
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-1/+17
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+4
* Refactor input reader to add stylus support.Jeff Brown2011-07-311-30/+6
* Remove unimplemented memory pool.Jeff Brown2011-07-201-78/+86
* Refactor input dispatcher use of window/app handles.Jeff Brown2011-07-141-27/+30
* Improve input event consistency invariants.Jeff Brown2011-06-281-4/+20
* Allow touches to slide out of the navigation bar.Jeff Brown2011-06-131-3/+16
* No position information for outside touchesKenny Root2011-06-101-0/+6
* resolved conflicts for merge of 7e193916 to masterDianne Hackborn2011-06-031-14/+32
|\
| * Use ViewConfiguration to seed input system configuration.Jeff Brown2011-05-311-14/+32
| * Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE)Jeff Brown2011-05-251-2/+12
| * Support chorded fallback keys. (DO NOT MERGE)Jeff Brown2011-05-241-13/+42
* | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-9/+16
* | resolved conflicts for merge of 05be6d6f to masterDianne Hackborn2011-05-091-1/+6
|\ \ | |/
| * Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-091-1/+6
* | Coalesce input events that arrive faster than 333Hz.Jeff Brown2011-04-071-2/+12
* | Add input filter mechanism for accessibility.Jeff Brown2011-03-301-2/+21
* | Support chorded fallback keys.Jeff Brown2011-03-291-13/+42
* | Add MotionEvent.HOVER_ENTER and HOVER_EXIT.Jeff Brown2011-03-241-13/+42
|/
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-2/+2
* Be more precise about tracking fallback keys.Jeff Brown2011-02-221-0/+1
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-20/+4
* Fix crashes caused by some input devices.Jeff Brown2011-01-251-10/+11
* Prevent events from getting backlogged.Jeff Brown2011-01-101-139/+28
* Only allow touch events from one device at a time.Jeff Brown2011-01-041-0/+1
* Mouse pointer integration.Jeff Brown2011-01-041-0/+1110