summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/widget/PointerLocationView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix leakage of pointer locationArthur Hung2022-08-021-0/+2
* PointerLocationView: Make header avoid rounded cornersPrabir Pradhan2022-01-101-5/+22
* Make PointerLocationView more resilient.Michael Wright2021-08-121-26/+26
* Fix pointer location apply wrong insets in foldable deviceArthur Hung2021-07-211-70/+83
* Fix some bugs in input rotationEvan Rosky2021-02-261-20/+0
* Don't rotate inputflinger's displayEvan Rosky2021-02-171-1/+24
* Merge "Fix color mismatch of pointers" am: e1c169c983 am: 23ff2399a1Michael Wright2020-07-201-1/+1
|\
| * Fix color mismatch of pointersxuejianbao2020-07-141-1/+1
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
| * Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-081-0/+4
* | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* | Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-191-1/+5
|/
* GestureNav: Log exclusion rect heightsAdrian Roos2019-08-051-2/+35
* PointerLocation: move showing exclusion rects behind flagAdrian Roos2019-05-091-10/+23
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-221-0/+7
* Gestures: Assemble per-window exclusion zonesAdrian Roos2019-03-181-3/+47
* Fix velocity reporting for negative values > -1Siarhei Vishniakou2018-09-101-1/+5
* Remove movement estimates from pointer locationSiarhei Vishniakou2018-09-041-30/+3
* PointerLocationView: Add top padding to header if there is a cutoutAdrian Roos2018-06-061-16/+33
* WM: Move WindowManagerPolicy, DisplayFrames and WindowManagerInternal into se...Adrian Roos2017-11-231-1/+1
* Work around issue #65333586: Took phone out of pocket...Dianne Hackborn2017-09-081-0/+7
* Use Context.getSystemService(Class<T>) for InputManager.Yohei Yukawa2015-11-261-1/+1
* 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