summaryrefslogtreecommitdiff
path: root/core/java/android/gesture/InstanceLearner.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename GestureUtilities to GestureUtils.Romain Guy2010-02-041-2/+2
|
* Added the Protractor algorithm for calculating the minimum cosine distance ↵Yang Li2009-12-141-2/+2
| | | | between gestures
* Add support for gestures in Home.Romain Guy2009-06-091-18/+20
| | | | | Adds a new animation style for the gestures pad, and de-normalize the scores in the recognition engine.
* Modify the base gestures API to use streams instead of files. Adds new ↵Romain Guy2009-05-291-1/+1
| | | | 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-7/+2
| | | | This reverts commit 436466d75edb5f6fd848504d998f244426ea5a09.
* Revert "Bug fixes and performance improvements"Romain Guy2009-05-281-2/+7
| | | | This reverts commit 58b359041a29418876f12d37a7082ece9f8a38a4.
* Bug fixes and performance improvementsYang Li2009-05-271-7/+2
| | | | | | - 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/+91