summaryrefslogtreecommitdiffstats
path: root/include/ui
Commit message (Expand)AuthorAgeFilesLines
* Track input state when transferring touch focus.Jeff Brown2010-10-111-0/+3
* Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-112-3/+6
* am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation o...Jeff Brown2010-10-113-70/+74
|\
| * Added more robust tracking and cancelation of events.Jeff Brown2010-10-103-70/+74
* | Move binder magic from the Surface class to GraphicBuffer.Jamie Gennis2010-10-101-0/+7
* | am 56364bcd: am 78d15acf: Merge "Make secure views tolerate IME overlays." in...Jeff Brown2010-10-071-2/+9
|\ \ | |/
| * Make secure views tolerate IME overlays.Jeff Brown2010-10-051-2/+9
* | am ff04e97f: am f4619308: Merge "fix [2835280] Add support for cancelling buf...Mathias Agopian2010-10-061-1/+11
|\ \ | |/
| * fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-041-1/+11
* | am ea58d1ba: am e951ef07: Merge "Wait for initial device scan to finish befor...Jeff Brown2010-10-012-8/+14
|\ \ | |/
| * Wait for initial device scan to finish before updating config.Jeff Brown2010-10-012-8/+14
* | am e11b76d3: am f6295b35: Merge "Minor logging changes to input dispatcher to...Jeff Brown2010-10-011-2/+6
|\ \ | |/
| * Minor logging changes to input dispatcher to help with debugging.Jeff Brown2010-10-011-2/+6
* | am 57fa3e8b: am 9e32a438: Merge "Support haptic feedback for virtual keys def...Jeff Brown2010-10-013-5/+5
|\ \ | |/
| * Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-013-5/+5
* | am 5d3cef8a: am e0c12c88: Merge "Move verbose logging of device capabilities ...Jeff Brown2010-09-301-7/+10
|\ \ | |/
| * Move verbose logging of device capabilities to dumpsys.Jeff Brown2010-09-301-7/+10
* | Add support for transferring touch focus.Jeff Brown2010-09-271-0/+11
|/
* Add suuport for splitting touch events across windows.Jeff Brown2010-09-263-50/+84
* Fix app switch latency optimization.Jeff Brown2010-09-161-6/+6
* Merge "Input API review." into gingerbreadJeff Brown2010-09-161-2/+2
|\
| * Input API review.Jeff Brown2010-09-141-2/+2
* | Make input dispatcher only ANR for foreground windows.Jeff Brown2010-09-151-89/+32
* | fix a typo where the eventtags code were wrongMathias Agopian2010-09-151-16/+16
|/
* Merge "Replace epoll() with poll() and rename PollLoop to Looper." into ginge...Jeff Brown2010-09-142-5/+4
|\
| * Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-142-5/+4
* | Add logging of various important graphics eventsMathias Agopian2010-09-132-0/+74
|/
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-124-144/+487
* Fix key repeat delay.Jeff Brown2010-09-081-1/+4
* Add support for secure views.Jeff Brown2010-09-083-8/+31
* Remove incomplete input device enumeration NDK API.Jeff Brown2010-08-311-23/+0
* Input device calibration and capabilities.Jeff Brown2010-08-303-23/+146
* fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-241-0/+29
* Add support for throttling motion events.Jeff Brown2010-08-181-0/+19
* Merge "Fix some input device mapping bugs with certain drivers." into gingerb...Jeff Brown2010-08-181-14/+4
|\
| * Fix some input device mapping bugs with certain drivers.Jeff Brown2010-08-181-14/+4
* | Keep track of remaining fd when devices are removedJens Gulin2010-08-181-0/+1
|/
* Optimize EventHub reads.Jeff Brown2010-08-171-0/+6
* Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-0/+2
* Fix safe mode and KeyEvent.getMaxKeyCode().Jeff Brown2010-08-101-0/+2
* Enhanced VelocityTracker for > 5 pointers and fixed bugs.Jeff Brown2010-07-301-1/+3
* Improve thread safety of input mappers.Jeff Brown2010-07-301-67/+83
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-292-17/+37
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-285-544/+770
* Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-1/+2
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-0/+2
* Add support for new input sources.Jeff Brown2010-07-155-23/+109
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-132-27/+3
* Add initial gamepad support.Jeff Brown2010-07-133-409/+358
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-18/+15