summaryrefslogtreecommitdiffstats
path: root/core/java/android/gesture/GestureOverlayView.java
Commit message (Expand)AuthorAgeFilesLines
* Add @Widget annotation to GestureOverlayView to make it usable in ADT.Romain Guy2009-09-111-0/+2
* Make gestures visible again.Romain Guy2009-06-161-1/+1
* Fixes #1899284 and #1899287. Give applications more control over the gesture'...Romain Guy2009-06-161-9/+27
* Fix the way gestures are rasterized to bitmaps.Romain Guy2009-06-101-0/+1
* Add support for gestures in Home.Romain Guy2009-06-091-0/+8
* Add a hidden API to modify the paint used to draw gestures.Romain Guy2009-06-091-0/+7
* Fix several issues in the gestures libraries.Romain Guy2009-06-091-8/+15
* Fix multiple strokes support when fade is disabled.Romain Guy2009-06-091-6/+14
* Fixes #1899273.Romain Guy2009-06-051-2/+10
* Add new listener to GestureOverlayView. This listener fires whenever the over...Romain Guy2009-06-021-5/+42
* Fix the build.Romain Guy2009-05-291-10/+11
* Fixes #1878499.Romain Guy2009-05-291-45/+55
* GestureOverlayView was not invalidating itself when calling clear(false). Cal...Romain Guy2009-05-251-15/+23
* Add new orientation attribute to GestureOverlayView. This can be used to prev...Romain Guy2009-05-251-4/+20
* Fix drawing bug: opaque invalidations should not be taken into account when t...Romain Guy2009-05-251-13/+39
* Change when gestures listeners are fired.Romain Guy2009-05-251-15/+15
* Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix th...Romain Guy2009-05-241-201/+363
* Add a new API to ListView: setGestures(int). This allows developers to enable...Romain Guy2009-05-221-94/+151
* Move the Gestures API to the framework in android.gesture.Romain Guy2009-05-211-0/+419