summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix [2835280] Add support for cancelling buffers to ANativeWindowMathias Agopian2010-10-043-5/+19
* Merge "refactored screenshot code" into gingerbreadMathias Agopian2010-10-042-1/+32
|\
| * refactored screenshot codeMathias Agopian2010-10-042-1/+32
* | Use pread() in ZipFileRO for LinuxKenny Root2010-10-041-7/+17
|/
* Merge "ZipFileRO: moar logging and wrap close" into gingerbreadKenny Root2010-10-041-9/+2
|\
| * ZipFileRO: moar logging and wrap closeKenny Root2010-10-011-9/+2
* | Wait for initial device scan to finish before updating config.Jeff Brown2010-10-012-8/+14
* | Minor logging changes to input dispatcher to help with debugging.Jeff Brown2010-10-011-2/+6
|/
* Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-013-5/+5
* Move verbose logging of device capabilities to dumpsys.Jeff Brown2010-09-301-7/+10
* Merge "Add suuport for splitting touch events across windows." into gingerbreadJeff Brown2010-09-274-50/+87
|\
| * Add suuport for splitting touch events across windows.Jeff Brown2010-09-264-50/+87
* | Merge changes I1f7c4535,I741c68a2 into gingerbreadMathias Agopian2010-09-241-1/+9
|\ \
| * | add support for [1974164] Be able to take a screen shot on the deviceMathias Agopian2010-09-241-1/+9
| |/
* | Add locking around ZIP seekingKenny Root2010-09-241-2/+6
|/
* Looper: use pthread_once for TLS key initialization.Jeff Brown2010-09-211-0/+1
* Looper: Drop default parameters in favor of a safer overload.Jeff Brown2010-09-161-6/+9
* 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-145-227/+217
|\
| * Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-145-227/+217
* | Add logging of various important graphics eventsMathias Agopian2010-09-132-0/+74
|/
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-125-156/+513
* Fix key repeat delay.Jeff Brown2010-09-081-1/+4
* Add support for secure views.Jeff Brown2010-09-083-8/+31
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-3/+11
* Remove incomplete input device enumeration NDK API.Jeff Brown2010-08-311-23/+0
* Don't propagate StrictMode over one-way Binder calls.Brad Fitzpatrick2010-08-311-1/+5
* Input device calibration and capabilities.Jeff Brown2010-08-303-23/+146
* fix a race in SF buffer managementMathias Agopian2010-08-261-1/+5
* fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-243-8/+42
* Merge "Add OBB flags to support overlays" into gingerbreadKenny Root2010-08-191-4/+31
|\
| * Add OBB flags to support overlaysKenny Root2010-08-181-4/+31
* | 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
* Merge "Add support for the PointerLocation overlay." into gingerbreadJeff Brown2010-08-111-1/+2
|\
| * Add support for the PointerLocation overlay.Jeff Brown2010-08-111-1/+2
* | Initial tool for OBB manipulationKenny Root2010-08-111-0/+4
* | More native work.Dianne Hackborn2010-08-112-57/+64
|/
* Fix safe mode and KeyEvent.getMaxKeyCode().Jeff Brown2010-08-101-0/+2
* Fix String8::operator+Kenny Root2010-08-061-2/+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