History log of /frameworks/base/core/java/android/gesture/Gesture.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
02739a8eecce26783350041da332f8daf6691e25 16-May-2011 Romain Guy <romainguy@google.com> Fix javadoc issues

Change-Id: Ife66a8664955ac1a79b6ffd0080000c820f24632
/frameworks/base/core/java/android/gesture/Gesture.java
46c53129c6f27c9193ab195a69cb50591b8c1fa2 04-Feb-2010 Romain Guy <romainguy@android.com> Rename GestureUtilities to GestureUtils.
/frameworks/base/core/java/android/gesture/Gesture.java
ec837187dfdc69a94d8b1bdffc54a0d1eed80ec2 16-Jan-2010 Yang Li <liyang@google.com> Added a method for spatial sampling.
/frameworks/base/core/java/android/gesture/Gesture.java
6fc1f151341c628125e7d20c1667a23862f32ce4 15-Jan-2010 Yang Li <liyang@google.com> Added clone to these three classes and added more comments.
/frameworks/base/core/java/android/gesture/Gesture.java
ef0e9ae0ddbf70f5e30fbfbffe379e3026b9dc13 10-Jul-2009 Romain Guy <romainguy@android.com> Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView.

Add several checks to make sure there's at least one child.
/frameworks/base/core/java/android/gesture/Gesture.java
423d679a4734a82dba1c6f62acbd9a87c53d1d28 09-Jul-2009 Romain Guy <romainguy@android.com> Unhide android.gestures.
/frameworks/base/core/java/android/gesture/Gesture.java
cfbe8cf878f60ab2e3e25c09a91227dd85731718 10-Jun-2009 Romain Guy <romainguy@android.com> Fix the way gestures are rasterized to bitmaps.

It was just not working with multiple strokes.
/frameworks/base/core/java/android/gesture/Gesture.java
9ffe1ae56bf495b1ada1e9c1da523db0677d98b7 29-May-2009 Romain Guy <romainguy@android.com> Fix for #1878497.

Always pre-allocate a gesture's bounding box to avoid possible NPEs.
/frameworks/base/core/java/android/gesture/Gesture.java
82f3495b146b267f3786997752cef25310176349 25-May-2009 Romain Guy <romainguy@android.com> Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix the events processing in the gestures overlay mechanism. Give better control of the various properties of the overlay through XML attributes.
/frameworks/base/core/java/android/gesture/Gesture.java
db567c390bd56c05614eaa83c02dbb99f97ad9cc 22-May-2009 Romain Guy <romainguy@android.com> Move the Gestures API to the framework in android.gesture.
/frameworks/base/core/java/android/gesture/Gesture.java