summaryrefslogtreecommitdiffstats
path: root/core/java/android/gesture
Commit message (Expand)AuthorAgeFilesLines
* Annotate ARGB integer parameters with @ColorIntTor Norbye2015-03-051-2/+5
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-1/+2
* am 9b0109eb: am c7aa8fe6: Merge "Removing some more FloatMath references"Neil Fuller2014-10-171-1/+1
|\
| * Removing some more FloatMath referencesNeil Fuller2014-10-151-1/+1
* | resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aospNeil Fuller2014-10-023-7/+6
|\ \ | |/
| * Switch from FloatMath -> Math and Math.hypot where possibleNeil Fuller2014-10-013-7/+6
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+9
|/
* Fix hardware layers lifecycleRomain Guy2013-08-161-0/+1
* Correct executable bit for source filesKenny Root2012-11-076-0/+0
* Fix javadoc issuesRomain Guy2011-05-161-1/+1
* Prevent possible NPE in android.gesture.LearnerKenny Root2010-02-171-1/+2
* Rename GestureUtilities to GestureUtils.Romain Guy2010-02-047-19/+19
* Added comments for GestureUtilities.Yang Li2010-01-251-0/+10
* Made GestureUtilities's several methods public; Changed GestureStroke's smoot...Yang Li2010-01-252-34/+70
* Added a method for spatial sampling.Yang Li2010-01-152-1/+5
* Merge "Added clone to these three classes and added more comments."Romain Guy2010-01-153-14/+51
|\
| * Added clone to these three classes and added more comments.Yang Li2010-01-153-14/+51
* | Added non-uniform scaling for spatial sampling.Yang Li2010-01-152-41/+66
|/
* Added non-uniform scaling for spatial sampling and converted double to float.Yang Li2010-01-141-50/+61
* Added the Protractor algorithm for calculating the minimum cosine distance be...Yang Li2009-12-145-5/+42
* Add @Widget annotation to GestureOverlayView to make it usable in ADT.Romain Guy2009-09-111-0/+2
* Updates from API review.Dianne Hackborn2009-07-281-0/+1
* Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView.Romain Guy2009-07-101-2/+3
* Unhide android.gestures.Romain Guy2009-07-092-20/+1
* 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
* Hide gestures API.Romain Guy2009-06-121-0/+5
* Fix the way gestures are rasterized to bitmaps.Romain Guy2009-06-102-10/+20
* Add support for gestures in Home.Romain Guy2009-06-092-18/+28
* 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-093-15/+26
* Merge change 3561 into donutAndroid (Google) Code Review2009-06-091-6/+14
|\
| * Fix multiple strokes support when fade is disabled.Romain Guy2009-06-091-6/+14
* | Fix bug in saving gestures stores. The outputstream was wrapping itself, thus...Romain Guy2009-06-091-2/+2
|/
* Removes gestures from ListView.Romain Guy2009-06-082-344/+0
* 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
* Modify the base gestures API to use streams instead of files. Adds new wrappe...Romain Guy2009-05-297-326/+586
* Merge change 2737 into donutAndroid (Google) Code Review2009-05-292-46/+56
|\
| * Fixes #1878499.Romain Guy2009-05-292-46/+56
* | Fix for #1878497.Romain Guy2009-05-291-7/+2
|/
* Converted the angle of OrientedBoundingBox to degreesYang Li2009-05-281-1/+1
* Merge change 2593 into donutAndroid (Google) Code Review2009-05-275-41/+65
|\
| * Bug fixes and performance improvementsYang Li2009-05-275-41/+65
* | Fix another crash in Gestures, this one caused by the data fileMarco Nelissen2009-05-271-0/+4
|/
* Removed Matrix from spatial sampling for GestureUtilitiesYang Li2009-05-261-7/+12
* 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