Uses of Class
android.gesture.Gesture

Packages that use Gesture
android.gesture   
 

Uses of Gesture in android.gesture
 

Fields in android.gesture with type parameters of type Gesture
static Parcelable.Creator<Gesture> Gesture.CREATOR
           
 

Methods in android.gesture that return Gesture
 Gesture GestureOverlayView.getGesture()
           
 

Methods in android.gesture that return types with arguments of type Gesture
 ArrayList<Gesture> GestureLibrary.getGestures(String entryName)
           
 ArrayList<Gesture> GestureStore.getGestures(String entryName)
           
 

Methods in android.gesture with parameters of type Gesture
 void GestureLibrary.addGesture(String entryName, Gesture gesture)
           
 void GestureStore.addGesture(String entryName, Gesture gesture)
           
 void GestureOverlayView.OnGesturePerformedListener.onGesturePerformed(GestureOverlayView overlay, Gesture gesture)
           
 ArrayList<Prediction> GestureLibrary.recognize(Gesture gesture)
           
 ArrayList<Prediction> GestureStore.recognize(Gesture gesture)
           
 void GestureLibrary.removeGesture(String entryName, Gesture gesture)
           
 void GestureStore.removeGesture(String entryName, Gesture gesture)
           
 void GestureOverlayView.setGesture(Gesture gesture)
           
static float[] GestureUtils.spatialSampling(Gesture gesture, int bitmapSize)
           
static float[] GestureUtils.spatialSampling(Gesture gesture, int bitmapSize, boolean keepAspectRatio)
           
 



Copyright © 2008-2012. All Rights Reserved.