ListPopupWindow.CreateDragToOpenListener(View) Method

Definition

Returns an OnTouchListener that can be added to the source view to implement drag-to-open behavior.

[Android.Runtime.Register("createDragToOpenListener", "(Landroid/view/View;)Landroid/view/View$OnTouchListener;", "GetCreateDragToOpenListener_Landroid_view_View_Handler")]
public virtual Android.Views.View.IOnTouchListener? CreateDragToOpenListener (Android.Views.View? src);
[<Android.Runtime.Register("createDragToOpenListener", "(Landroid/view/View;)Landroid/view/View$OnTouchListener;", "GetCreateDragToOpenListener_Landroid_view_View_Handler")>]
abstract member CreateDragToOpenListener : Android.Views.View -> Android.Views.View.IOnTouchListener
override this.CreateDragToOpenListener : Android.Views.View -> Android.Views.View.IOnTouchListener

Parameters

src
View

the view on which the resulting listener will be set

Returns

a touch listener that controls drag-to-open behavior

Attributes

Remarks

Java documentation for android.widget.ListPopupWindow.createDragToOpenListener(android.view.View).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to