summaryrefslogtreecommitdiffstats
path: root/include/ui/InputDispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Drop all dispatcher state when dispatcher is disabled.Jeff Brown2010-10-271-0/+3
* Fix bug where home presses were not poking user activity.Jeff Brown2010-10-181-5/+1
* Add support for secure system overlays. (DO NOT MERGE)Jeff Brown2010-10-151-0/+1
* Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-111-3/+2
* Added more robust tracking and cancelation of events.Jeff Brown2010-10-101-23/+67
* Make secure views tolerate IME overlays.Jeff Brown2010-10-051-2/+9
* Add suuport for splitting touch events across windows.Jeff Brown2010-09-261-46/+76
* Fix app switch latency optimization.Jeff Brown2010-09-161-6/+6
* Make input dispatcher only ANR for foreground windows.Jeff Brown2010-09-151-89/+32
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-4/+4
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-121-76/+431
* Fix key repeat delay.Jeff Brown2010-09-081-1/+4
* Add support for secure views.Jeff Brown2010-09-081-8/+20
* Add support for throttling motion events.Jeff Brown2010-08-181-0/+19
* Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-0/+2
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-291-12/+33
* Add support for new input sources.Jeff Brown2010-07-151-8/+8
* Native input event dispatching.Jeff Brown2010-06-281-4/+16
* More native input event dispatching.Jeff Brown2010-06-211-23/+110
* More work in progress on native events.Jeff Brown2010-06-151-34/+174
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-0/+409