The Wayback Machine - https://web.archive.org/web/20151028152230/http://developer.xamarin.com:80/api/namespace/Android.Gestures/
Android Guides | Samples

Android.Gestures Namespace

Remarks

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

Classes

TypeReason
GestureA gesture is a hand-drawn shape on a touch screen.
Gesture+InterfaceConsts
GestureLibraries [Android Documentation]
GestureLibrary [Android Documentation]
GestureOrientationEnumerates values returned by the GestureOrientation.Horizontal, GestureOrientation.Vertical, and GestureOverlayView.Orientation members.
GestureOverlayViewA transparent overlay for gesture input that can be placed on top of other widgets or contain other widgets.
GestureCancelledEventArgsProvides data for the GestureOverlayView.GestureCancelled event.
GestureEndedEventArgsProvides data for the GestureOverlayView.GestureEnded event.
GestureEventArgsProvides data for the GestureOverlayView.GestureEvent event.
GesturePerformedEventArgsProvides data for the GestureOverlayView.GesturePerformed event.
GestureStartedEventArgsProvides data for the GestureOverlayView.GestureStarted event.
GesturingEndedEventArgsProvides data for the GestureOverlayView.GesturingEnded event.
GesturingStartedEventArgsProvides data for the GestureOverlayView.GesturingStarted event.
IOnGestureListener
IOnGesturePerformedListener
IOnGesturingListener
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.
GestureStrokeTypeEnumerates values returned by the GestureOverlayView.GestureStrokeType, GestureStrokeType.Multiple, and GestureStrokeType.Single members.
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).
OrientationStyleEnumerates values returned by several types.
OrientedBoundingBoxAn oriented bounding box
Prediction [Android Documentation]
SequenceStyleEnumerates values returned by several types.