Method | Description | |
---|---|---|
OnInterceptTouchEvent ( RecyclerView rv, Android.Views.MotionEvent e ) : bool | ||
OnRequestDisallowInterceptTouchEvent ( bool disallowIntercept ) : void | ||
OnTouchEvent ( RecyclerView rv, Android.Views.MotionEvent @event ) : void | ||
RecyclerItemClickListener ( Context context ) : System |
Method | Description | |
---|---|---|
OnClick ( RecyclerView sender, View view, int position ) : void |
protected OnClick ( RecyclerView sender, View view, int position ) : void | ||
sender | RecyclerView | |
view | View | |
position | int | |
return | void |
public OnInterceptTouchEvent ( RecyclerView rv, Android.Views.MotionEvent e ) : bool | ||
rv | RecyclerView | |
e | Android.Views.MotionEvent | |
return | bool |
public OnRequestDisallowInterceptTouchEvent ( bool disallowIntercept ) : void | ||
disallowIntercept | bool | |
return | void |
public OnTouchEvent ( RecyclerView rv, Android.Views.MotionEvent @event ) : void | ||
rv | RecyclerView | |
@event | Android.Views.MotionEvent | |
return | void |
public RecyclerItemClickListener ( Context context ) : System | ||
context | Context | |
return | System |