summaryrefslogtreecommitdiff
path: root/core/java/android/gesture/Instance.java
Commit message (Collapse)AuthorAgeFilesLines
* Correct executable bit for source filesKenny Root2012-11-071-0/+0
| | | | | | | | | Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
* Rename GestureUtilities to GestureUtils.Romain Guy2010-02-041-5/+5
|
* Added non-uniform scaling for spatial sampling.Yang Li2010-01-151-1/+1
|
* Added the Protractor algorithm for calculating the minimum cosine distance ↵Yang Li2009-12-141-1/+1
| | | | between gestures
* Modify the base gestures API to use streams instead of files. Adds new ↵Romain Guy2009-05-291-2/+2
| | | | wrappers to easily load/save gestures from files, resources, etc. Do the same for the letters recognizer.
* Revert "Revert "Bug fixes and performance improvements""Romain Guy2009-05-281-17/+15
| | | | This reverts commit 436466d75edb5f6fd848504d998f244426ea5a09.
* Revert "Bug fixes and performance improvements"Romain Guy2009-05-281-15/+17
| | | | This reverts commit 58b359041a29418876f12d37a7082ece9f8a38a4.
* Bug fixes and performance improvementsYang Li2009-05-271-17/+15
| | | | | | - Added affine transform functions in GestureUtilities to remove Matrix - Fixed a bug with Instance.createInstance - Updated letter recognition file
* Move the Gestures API to the framework in android.gesture.Romain Guy2009-05-211-0/+115