summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added SensorManager.getMinDelay()Mathias Agopian2010-07-292-1/+3
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-292-17/+37
* Merge "fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. canno...Mathias Agopian2010-07-281-8/+0
|\
| * fix [2873058] Surface::dequeueBuffer blocks on last buffer, i.e. cannot deque...Mathias Agopian2010-07-271-8/+0
* | Merge "Support streaming of compressed assets > 1 megabyte" into gingerbreadChristopher Tate2010-07-282-9/+84
|\ \
| * | Support streaming of compressed assets > 1 megabyteChristopher Tate2010-07-282-9/+84
* | | Refactor input reader to support new device types more easily.Jeff Brown2010-07-285-544/+770
|/ /
* | Replace several IPCThreadState::get() lookups with one.Brad Fitzpatrick2010-07-271-4/+8
|/
* propagate sensor event rate properlyMathias Agopian2010-07-211-2/+4
* new SensorServiceMathias Agopian2010-07-194-5/+15
* Merge "Re-use existing Surface objects when reading them from parcels." into ...Jamie Gennis2010-07-161-2/+8
|\
| * Re-use existing Surface objects when reading them from parcels.Jamie Gennis2010-07-161-2/+8
* | Fix individual pointer id up/down reporting.Jeff Brown2010-07-161-1/+2
|/
* Fix bug with phantom input windows.Jeff Brown2010-07-161-0/+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
* Merge "More StrictMode work, keeping Binder & BlockGuard's thread-locals in-s...Brad Fitzpatrick2010-07-151-1/+5
|\
| * More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync.Brad Fitzpatrick2010-07-151-1/+5
* | Add native C APIs for working with the Asset ManagerChristopher Tate2010-07-151-1/+19
|/
* added BinderService<> template to help creating native binder servicesMathias Agopian2010-07-141-0/+60
* Merge "first step at implementing the native sensor support" into gingerbreadMathias Agopian2010-07-146-0/+389
|\
| * first step at implementing the native sensor supportMathias Agopian2010-07-136-0/+389
* | 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 Parcel::readExceptionCode() and Parcel::writeNoException()Brad Fitzpatrick2010-07-131-1/+13
|/
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-18/+15
* Add new glue code for writing native apps.Dianne Hackborn2010-07-081-8/+34
* Merge "Add OBB file helper class" into gingerbreadKenny Root2010-07-071-0/+87
|\
| * Add OBB file helper classKenny Root2010-07-071-0/+87