Android.Views.GestureDetector Members

The members of Android.Views.GestureDetector are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a GestureDetector with the supplied listener.
Creates a GestureDetector with the supplied listener.
Creates a GestureDetector with the supplied listener.
Creates a GestureDetector with the supplied listener that runs deferred events on the thread associated with the supplied Android.OS.Handler.
Creates a GestureDetector with the supplied listener that runs deferred events on the thread associated with the supplied Android.OS.Handler.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

OnTouchEvent(MotionEvent) : bool
Analyzes the given motion event and if applicable triggers the appropriate callbacks on the NoType:android/view/GestureDetector$OnGestureListener;Href=../../../reference/android/view/GestureDetector.OnGestureListener.html supplied.
SetOnDoubleTapListener(GestureDetector.IOnDoubleTapListener)
Sets the listener which will be called for double-tap and related gestures.

Public Events

DoubleTapDocumentation for this section has not yet been entered.
DoubleTapEventDocumentation for this section has not yet been entered.
SingleTapConfirmedDocumentation for this section has not yet been entered.