summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_MotionEvent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split Parcel JNI details away from Binder.Jeff Sharkey2012-03-081-0/+1
* frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-18/+132
* Add a little input event consistency verifier.Jeff Brown2011-03-311-0/+9
* Improve VelocityTracker numerical stability.Jeff Brown2011-03-151-22/+7
* Remove unused JNI global references.Carl Shapiro2011-03-051-16/+15
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-0/+9
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-2/+2
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-20/+19
* Fix a regression with MotionEvent parceling.Jeff Brown2011-02-171-29/+29
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-287/+656
* Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-301-9/+19
* Add MotionEvent Matrix transformations.Jeff Brown2010-09-301-0/+99
* Add support for secure views.Jeff Brown2010-09-081-1/+7
* Add support for new input sources.Jeff Brown2010-07-151-9/+30
* Even more native input dispatch work in progress.Jeff Brown2010-06-171-106/+77
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-0/+310