summaryrefslogtreecommitdiffstats
path: root/include/ui
Commit message (Expand)AuthorAgeFilesLines
...
| | * Framebuffer: Support variable number of framebuffers in the UIRodrigo Obregon2010-11-031-1/+2
| | * Keep track of remaining fd when devices are removedJens Gulin2010-06-281-0/+1
* | | Enable touch splitting for all windows by default.Jeff Brown2010-11-121-1/+3
* | | Add new keycodes initially used for GoogleTV devices.Jason Bayer2010-11-111-0/+22
* | | The CHEEK_TOUCH stuff never worked. Remove it.Joe Onorato2010-11-081-7/+3
* | | Tell system server whether the app handled input events.Jeff Brown2010-11-082-5/+14
* | | Add plumbing for volume mute key.Jeff Brown2010-11-021-0/+1
* | | resolved conflicts for merge of df3cccf3 to masterJeff Brown2010-10-271-0/+3
|\ \ \ | |/ /
| * | Drop all dispatcher state when dispatcher is disabled.Jeff Brown2010-10-271-0/+3
* | | am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs...Jeff Brown2010-10-241-5/+23
|\ \ \ | |/ /
| * | Add unit tests for native input and fix bugs identified.Jeff Brown2010-10-231-5/+23
* | | am f2c40603: am 7689dd49: Merge "Fix bug where home presses were not poking u...Jeff Brown2010-10-191-5/+1
|\ \ \ | |/ /
| * | 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
* | | Add support for calibrating touch position.Jeff Brown2010-10-181-0/+10
* | | am 5f0cbfce: am c1e7b218: Merge "Improve input device calibration format." in...Jeff Brown2010-10-161-24/+31
|\ \ \ | |/ /
| * | Improve input device calibration format.Jeff Brown2010-10-141-24/+31
| * | Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-112-3/+6
* | | Add support for secure system overlays.Jeff Brown2010-10-151-0/+1
* | | Add keycodes and meta-key modifiers to support external keyboards.Jeff Brown2010-10-154-6/+89
* | | 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