summaryrefslogtreecommitdiff
path: root/core/java/android/gesture/GestureOverlayView.java
AgeCommit message (Expand)Author
2015-03-05Annotate ARGB integer parameters with @ColorIntTor Norbye
2014-10-02resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aospNeil Fuller
2014-10-01Switch from FloatMath -> Math and Math.hypot where possibleNeil Fuller
2013-09-09Add View constructor that supplies a default style resourceAlan Viverette
2013-08-16Fix hardware layers lifecycleRomain Guy
2012-11-07Correct executable bit for source filesKenny Root
2010-02-04Rename GestureUtilities to GestureUtils.Romain Guy
2009-09-11Add @Widget annotation to GestureOverlayView to make it usable in ADT.Romain Guy
2009-06-16Make gestures visible again.Romain Guy
2009-06-16Fixes #1899284 and #1899287. Give applications more control over the gesture'...Romain Guy
2009-06-10Fix the way gestures are rasterized to bitmaps.Romain Guy
2009-06-09Add support for gestures in Home.Romain Guy
2009-06-09Add a hidden API to modify the paint used to draw gestures.Romain Guy
2009-06-09Fix several issues in the gestures libraries.Romain Guy
2009-06-09Fix multiple strokes support when fade is disabled.Romain Guy
2009-06-05Fixes #1899273.Romain Guy
2009-06-02Add new listener to GestureOverlayView. This listener fires whenever the over...Romain Guy
2009-05-29Fix the build.Romain Guy
2009-05-29Fixes #1878499.Romain Guy
2009-05-25GestureOverlayView was not invalidating itself when calling clear(false). Cal...Romain Guy
2009-05-25Add new orientation attribute to GestureOverlayView. This can be used to prev...Romain Guy
2009-05-25Fix drawing bug: opaque invalidations should not be taken into account when t...Romain Guy
2009-05-25Change when gestures listeners are fired.Romain Guy
2009-05-24Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix th...Romain Guy
2009-05-22Add a new API to ListView: setGestures(int). This allows developers to enable...Romain Guy
2009-05-21Move the Gestures API to the framework in android.gesture.Romain Guy