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+InterfaceConstsDocumentation for this section has not yet been entered.
GestureLibraries [Android Documentation]
GestureLibrary [Android Documentation]
GestureOrientationEnumerates values returned by the Android.Gestures.GestureOrientation.Horizontal, Android.Gestures.GestureOrientation.Vertical, and Android.Gestures.GestureOverlayView.Orientation members.
GestureOverlayViewA transparent overlay for gesture input that can be placed on top of other widgets or contain other widgets.
GestureOverlayView+GestureCancelledEventArgsProvides data for the Android.Gestures.GestureOverlayView.GestureCancelled event.
GestureOverlayView+GestureEndedEventArgsProvides data for the Android.Gestures.GestureOverlayView.GestureEnded event.
GestureOverlayView+GestureEventArgsProvides data for the Android.Gestures.GestureOverlayView.GestureEvent event.
GestureOverlayView+GesturePerformedEventArgsProvides data for the Android.Gestures.GestureOverlayView.GesturePerformed event.
GestureOverlayView+GestureStartedEventArgsProvides data for the Android.Gestures.GestureOverlayView.GestureStarted event.
GestureOverlayView+GesturingEndedEventArgsProvides data for the Android.Gestures.GestureOverlayView.GesturingEnded event.
GestureOverlayView+GesturingStartedEventArgsProvides data for the Android.Gestures.GestureOverlayView.GesturingStarted event.
GestureOverlayView+IOnGestureListenerDocumentation for this section has not yet been entered.
GestureOverlayView+IOnGesturePerformedListenerDocumentation for this section has not yet been entered.
GestureOverlayView+IOnGesturingListenerDocumentation for this section has not yet been entered.
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 Android.Gestures.GestureOverlayView.GestureStrokeType, Android.Gestures.GestureStrokeType.Multiple, and Android.Gestures.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.