summaryrefslogtreecommitdiffstats
path: root/libs/ui/InputTransport.cpp
Commit message (Expand)AuthorAgeFilesLines
* frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
* Accurately track the sequence numbers of batched events.Jeff Brown2012-02-131-8/+42
* Enable deferred input messages to be batched.Jeff Brown2012-02-131-52/+40
* Implement batching of input events on the consumer side.Jeff Brown2012-02-131-70/+244
* Dispatch multiple touch events in parallel.Jeff Brown2012-02-131-0/+13
* Rewrite input transport using sockets.Jeff Brown2012-02-131-519/+194
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-26/+26
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-21/+21
* Provide more descriptive name for InputChannel ashmem.Jeff Brown2011-07-131-1/+3
* Improve input event consistency invariants.Jeff Brown2011-06-281-1/+2
* Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-6/+10
* Coalesce input events that arrive faster than 333Hz.Jeff Brown2011-04-071-1/+7
* Use touch pad gestures to manipulate the pointer.Jeff Brown2011-03-141-2/+2
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-1/+2
* Add support for fallback keycodes.Jeff Brown2010-12-071-4/+4
* Tell system server whether the app handled input events.Jeff Brown2010-11-081-8/+19
* Ensure input dispatcher and native looper handles EINTR.Jeff Brown2010-09-161-2/+9
* Add support for secure views.Jeff Brown2010-09-081-5/+8
* Add support for new input sources.Jeff Brown2010-07-151-16/+16
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-19/+0
* Update native activity & event APIs to follow correct conventions.Dianne Hackborn2010-06-291-4/+4
* Native input event dispatching.Jeff Brown2010-06-281-0/+4
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-221-0/+19
* Even more native input dispatch work in progress.Jeff Brown2010-06-171-17/+21
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-0/+684