Class ListViewGestureListener
Inheritance
System.Object
ListViewGestureListener
Namespace: Com.Telerik.Widget.List
Assembly: Telerik.Xamarin.Android.List.dll
Syntax
public class ListViewGestureListener : GestureDetector.SimpleOnGestureListener
Constructors
ListViewGestureListener(Context)
Declaration
public ListViewGestureListener(Context context)
Parameters
Android.Content.Context
context
|
ListViewGestureListener(IntPtr, JniHandleOwnership)
Declaration
protected ListViewGestureListener(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Owner
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
OnActionUpOrCancel(Boolean)
Declaration
public virtual bool OnActionUpOrCancel(bool isCanceled)
Parameters
System.Boolean
isCanceled
|
Returns
System.Boolean
|
OnInterceptTouchEvent(RadListView, MotionEvent)
Declaration
public virtual bool OnInterceptTouchEvent(RadListView owner, MotionEvent motionEvent)
Parameters
RadListView
owner
|
Android.Views.MotionEvent
motionEvent
|
Returns
System.Boolean
|
OnLongPressDrag(Single, Single, Single, Single)
Declaration
public virtual void OnLongPressDrag(float startX, float startY, float currentX, float currentY)
Parameters
System.Single
startX
|
System.Single
startY
|
System.Single
currentX
|
System.Single
currentY
|
OnLongPressDragEnded(Boolean)
Declaration
public virtual bool OnLongPressDragEnded(bool isCanceled)
Parameters
System.Boolean
isCanceled
|
Returns
System.Boolean
|
OnShortPressDrag(Single, Single, Single, Single)
Declaration
public virtual bool OnShortPressDrag(float startX, float startY, float currentX, float currentY)
Parameters
System.Single
startX
|
System.Single
startY
|
System.Single
currentX
|
System.Single
currentY
|
Returns
System.Boolean
|
OnTapUp(MotionEvent)
Declaration
public virtual bool OnTapUp(MotionEvent motionEvent)
Parameters
Android.Views.MotionEvent
motionEvent
|
Returns
System.Boolean
|
OnTouchEvent(RadListView, MotionEvent)
Declaration
public virtual bool OnTouchEvent(RadListView sender, MotionEvent e)
Parameters
RadListView
sender
|
Android.Views.MotionEvent
e
|
Returns
System.Boolean
|