summaryrefslogtreecommitdiffstats
path: root/core/java/com/android/internal/widget/PointerLocationView.java
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary input event indirectionMichael Wright2013-11-071-4/+7
* Paint current points a different color in PointerLocationMichael Wright2013-06-211-5/+18
* Fix possible NPE in PointerLocationViewMichael Wright2013-06-121-2/+3
* Pipe through bounding box informationMichael Wright2013-05-201-9/+35
* Make velocity tracker strategy configurable.Jeff Brown2012-06-031-2/+50
* More VelocityTracker refactoring.Jeff Brown2012-05-131-1/+1
* Notify applications when input devices change.Jeff Brown2012-04-121-14/+54
* Ensure pointer location view is attached to the policy thread.Jeff Brown2012-03-291-245/+241
* Velocity Tracker II: The Revenge of Velocity TrackerJeff Brown2011-09-141-2/+22
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-21/+70
* Input device protocol enhancements.Jeff Brown2011-05-241-0/+1
* Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-23/+11
* Add MotionEvent.HOVER_ENTER and HOVER_EXIT.Jeff Brown2011-03-241-0/+6
* Make PointerLocationView also log generic motions and some keys.Jeff Brown2011-03-071-4/+53
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-36/+87
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-12/+21
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-1/+4
* Add support for detecting finger orientation.Jeff Brown2011-01-141-0/+11
* Revert orientation change.Jeff Brown2010-09-291-1/+1
* PointerLocationView: Display orientation correctly.Jeff Brown2010-09-291-1/+1
* Fix PointerLocationView when pointer ids are not zero-based.Jeff Brown2010-09-121-8/+21
* Input device calibration and capabilities.Jeff Brown2010-08-301-109/+297
* Enhanced VelocityTracker for > 5 pointers and fixed bugs.Jeff Brown2010-07-301-17/+19
* Fix issue #2512131: Trackball goes up when movingDianne Hackborn2010-03-191-0/+8
* Add missing license notices to filesKenny Root2010-03-121-0/+16
* Move the pointer location thing out of common.Dianne Hackborn2010-03-011-0/+337