Table of Contents

Class GestureDetector.SimpleOnGestureListenerDirect

Namespace
Android.View
Assembly
MASES.Netdroid.dll

Direct override of GestureDetector.SimpleOnGestureListener or its generic type if there is one

public class GestureDetector.SimpleOnGestureListenerDirect : GestureDetector.SimpleOnGestureListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<JVMBridgeListener>
JVMBridgeListener
GestureDetector.SimpleOnGestureListenerDirect
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeListener.Dispose()
JVMBridgeListener.IsBridgeListener
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom(IJavaType)
JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom<T>()
JVMBridgeBase<JVMBridgeListener>.Execute<T>(params T[])
JVMBridgeBase<JVMBridgeListener>.DynBridgeClazz
JVMBridgeBase<JVMBridgeListener>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
Extension Methods

Properties

AutoInit

public override bool AutoInit { get; }

Property Value

bool

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

InitializeHandlers()

Handlers initializer for GestureDetector.SimpleOnGestureListener

protected override void InitializeHandlers()

OnContextClick(MotionEvent)

public override bool OnContextClick(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

OnDoubleTap(MotionEvent)

public override bool OnDoubleTap(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

OnDoubleTapEvent(MotionEvent)

public override bool OnDoubleTapEvent(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

OnDown(MotionEvent)

public override bool OnDown(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

OnFling(MotionEvent, MotionEvent, float, float)

public override bool OnFling(MotionEvent arg0, MotionEvent arg1, float arg2, float arg3)

Parameters

arg0 MotionEvent

MotionEvent

arg1 MotionEvent

MotionEvent

arg2 float

float

arg3 float

float

Returns

bool

bool

OnLongPress(MotionEvent)

public override void OnLongPress(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

OnScroll(MotionEvent, MotionEvent, float, float)

public override bool OnScroll(MotionEvent arg0, MotionEvent arg1, float arg2, float arg3)

Parameters

arg0 MotionEvent

MotionEvent

arg1 MotionEvent

MotionEvent

arg2 float

float

arg3 float

float

Returns

bool

bool

OnShowPress(MotionEvent)

public override void OnShowPress(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

OnSingleTapConfirmed(MotionEvent)

public override bool OnSingleTapConfirmed(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool

OnSingleTapUp(MotionEvent)

public override bool OnSingleTapUp(MotionEvent arg0)

Parameters

arg0 MotionEvent

MotionEvent

Returns

bool

bool