Since: API Level 4
package

android.gesture

Classes | Description

Provides classes to create, recognize, load and save gestures.

more...

Interfaces

Classes

GestureA gesture is a hand-drawn shape on a touch screen. 
GestureLibraries 
GestureLibrary 
GestureOverlayViewA transparent overlay for gesture input that can be placed on top of other widgets or contain other widgets. 
GesturePointA timed point of a gesture stroke. 
GestureStoreGestureLibrary maintains gesture examples and makes predictions on a new gesture  
GestureStrokeA gesture stroke started on a touch down and ended on a touch up. 
GestureUtilsUtility functions for gesture processing & analysis, including methods for:
  • feature extraction (e.g., samplers and those for calculating bounding boxes and gesture path lengths);
  • geometric transformation (e.g., translation, rotation and scaling);
  • gesture similarity comparison (e.g., calculating Euclidean or Cosine distances between two gestures). 
OrientedBoundingBoxAn oriented bounding box  
Prediction