Class GestureDetector.SimpleOnGestureListener
public class GestureDetector.SimpleOnGestureListener : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<JVMBridgeListener>JVMBridgeListenerGestureDetector.SimpleOnGestureListener
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeListener.Dispose()JVMBridgeListener.AutoInitJVMBridgeListener.IsBridgeStaticJVMBridgeListener.IsBridgeCloseableJVMBridgeListener.IsBridgeListenerJVMBridgeBase<JVMBridgeListener>.IsAssignableFrom(IJavaType)JVMBridgeBase<JVMBridgeListener>.IsAssignableFrom<T>()JVMBridgeBase<JVMBridgeListener>.Execute<T>(params T[])JVMBridgeBase<JVMBridgeListener>.DynBridgeClazzJVMBridgeBase<JVMBridgeListener>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeInterfaceJVMBridgeBase.IsBridgeAbstract
- Extension Methods
Constructors
SimpleOnGestureListener()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public SimpleOnGestureListener()
Properties
BridgeClassName
public override string BridgeClassName { get; }
Property Value
OnOnContextClick
public Func<MotionEvent, bool> OnOnContextClick { get; set; }
Property Value
Remarks
If OnOnContextClick has a value it takes precedence over corresponding class method
OnOnDoubleTap
public Func<MotionEvent, bool> OnOnDoubleTap { get; set; }
Property Value
Remarks
If OnOnDoubleTap has a value it takes precedence over corresponding class method
OnOnDoubleTapEvent
public Func<MotionEvent, bool> OnOnDoubleTapEvent { get; set; }
Property Value
Remarks
If OnOnDoubleTapEvent has a value it takes precedence over corresponding class method
OnOnDown
public Func<MotionEvent, bool> OnOnDown { get; set; }
Property Value
Remarks
If OnOnDown has a value it takes precedence over corresponding class method
OnOnFling
public Func<MotionEvent, MotionEvent, float, float, bool> OnOnFling { get; set; }
Property Value
- Func<MotionEvent, MotionEvent, float, float, bool>
Remarks
If OnOnFling has a value it takes precedence over corresponding class method
OnOnLongPress
public Action<MotionEvent> OnOnLongPress { get; set; }
Property Value
Remarks
If OnOnLongPress has a value it takes precedence over corresponding class method
OnOnScroll
public Func<MotionEvent, MotionEvent, float, float, bool> OnOnScroll { get; set; }
Property Value
- Func<MotionEvent, MotionEvent, float, float, bool>
Remarks
If OnOnScroll has a value it takes precedence over corresponding class method
OnOnShowPress
public Action<MotionEvent> OnOnShowPress { get; set; }
Property Value
Remarks
If OnOnShowPress has a value it takes precedence over corresponding class method
OnOnSingleTapConfirmed
public Func<MotionEvent, bool> OnOnSingleTapConfirmed { get; set; }
Property Value
Remarks
If OnOnSingleTapConfirmed has a value it takes precedence over corresponding class method
OnOnSingleTapUp
public Func<MotionEvent, bool> OnOnSingleTapUp { get; set; }
Property Value
Remarks
If OnOnSingleTapUp has a value it takes precedence over corresponding class method
Methods
InitializeHandlers()
Handlers initializer for GestureDetector.SimpleOnGestureListener
protected virtual void InitializeHandlers()
OnContextClick(MotionEvent)
public virtual bool OnContextClick(MotionEvent arg0)
Parameters
arg0
MotionEvent
Returns
OnDoubleTap(MotionEvent)
public virtual bool OnDoubleTap(MotionEvent arg0)
Parameters
arg0
MotionEvent
Returns
OnDoubleTapEvent(MotionEvent)
public virtual bool OnDoubleTapEvent(MotionEvent arg0)
Parameters
arg0
MotionEvent
Returns
OnDown(MotionEvent)
public virtual bool OnDown(MotionEvent arg0)
Parameters
arg0
MotionEvent
Returns
OnFling(MotionEvent, MotionEvent, float, float)
public virtual bool OnFling(MotionEvent arg0, MotionEvent arg1, float arg2, float arg3)
Parameters
arg0
MotionEventarg1
MotionEventarg2
floatarg3
float
Returns
OnLongPress(MotionEvent)
public virtual void OnLongPress(MotionEvent arg0)
Parameters
arg0
MotionEvent
OnScroll(MotionEvent, MotionEvent, float, float)
public virtual bool OnScroll(MotionEvent arg0, MotionEvent arg1, float arg2, float arg3)
Parameters
arg0
MotionEventarg1
MotionEventarg2
floatarg3
float
Returns
OnShowPress(MotionEvent)
public virtual void OnShowPress(MotionEvent arg0)
Parameters
arg0
MotionEvent
OnSingleTapConfirmed(MotionEvent)
public virtual bool OnSingleTapConfirmed(MotionEvent arg0)
Parameters
arg0
MotionEvent
Returns
OnSingleTapUp(MotionEvent)
public virtual bool OnSingleTapUp(MotionEvent arg0)
Parameters
arg0
MotionEvent