summaryrefslogtreecommitdiffstats
path: root/core/jni/android_view_MotionEvent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add method to set action button on MotionEventMichael Wright2015-06-171-0/+9
* Fix order of initialization arguments for obtained MotionEvents.Michael Wright2015-06-101-1/+1
* Revert "Revert "Add new MotionEvent actions for button press and release.""Michael Wright2015-05-141-1/+19
* Revert "Add new MotionEvent actions for button press and release."Michael Wright2015-05-141-19/+1
* Add new MotionEvent actions for button press and release.Michael Wright2015-05-141-1/+19
* Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe2014-11-191-58/+29
* Frameworks/base: Wall Werror in core/jniAndreas Gampe2014-11-131-1/+1
* Pack PointerCoords with BitSet.Michael Wright2014-05-201-25/+20
* Move key attribute information into KeyEvent.Michael Wright2014-04-281-0/+16
* AArch64: Use long for pointers in MotionEvent classAshok Bhat2014-01-081-85/+85
* Remove dependency on JNIHelp header side effects.Ruben Brunk2013-09-101-0/+1
* Completely remove skia dependency from libinput.Jeff Brown2013-07-151-1/+12
* Fix PDK build.Jeff Brown2013-07-151-3/+1
* Move input library code to frameworks/native.Jeff Brown2013-07-011-1/+1
* 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