summaryrefslogtreecommitdiff
path: root/core/java/android/view/PointerIcon.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-5/+5
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-5/+5
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-5/+5
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Load correct resources for pointer icon on external screenAndrii Kulian2019-01-171-4/+50
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-2/+3
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+8
* Reland "Use ImageDecoder for NinePatchDrawable and BitmapDrawable"Leon Scroggins III2018-02-151-2/+35
* Revert "Use ImageDecoder for NinePatchDrawable and BitmapDrawable"Leon Scroggins III2018-02-121-35/+2
* Use ImageDecoder for NinePatchDrawable and BitmapDrawableStan Iliev2018-02-021-2/+35
* Validate hotspot when loading PointerIcon from resourceVladislav Kaznacheev2017-12-201-1/+3
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-3/+3
* Rename PointerIcon and Pointer Capture APIsMichael Wright2016-06-041-123/+122
* Reset gSystemIcons when accessibility large icon settings has changed.Jun Mukai2015-12-161-3/+10
* Exclude accessing settings from PointerIcon.Jun Mukai2015-12-151-6/+4
* Make public pointer icon API with custom icons.Jun Mukai2015-12-141-84/+22
* Introduce accessibility large pointer icons.Jun Mukai2015-11-301-1/+8
* Introduce animated pointer icon for STYLE_WAIT.Jun Mukai2015-11-171-2/+36
* Allow changing mouse pointer icon for the current context.Jun Mukai2015-10-151-2/+113
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+3
* Update pointer hotspots to scale for DPIAlan Viverette2014-09-021-6/+6
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-5/+10
* Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-0/+435