C# Class Sample.RecyclerItemClickListener

Inheritance: Java.Lang.Object, RecyclerView.IOnItemTouchListener
ファイルを表示 Open project: fabionuno/Timehop.StickyHeadersRecyclerView Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnClick ( RecyclerView sender, View view, int position ) : void

Method Details

OnClick() protected method

protected OnClick ( RecyclerView sender, View view, int position ) : void
sender RecyclerView
view View
position int
return void

OnInterceptTouchEvent() public method

public OnInterceptTouchEvent ( RecyclerView rv, Android.Views.MotionEvent e ) : bool
rv RecyclerView
e Android.Views.MotionEvent
return bool

OnRequestDisallowInterceptTouchEvent() public method

public OnRequestDisallowInterceptTouchEvent ( bool disallowIntercept ) : void
disallowIntercept bool
return void

OnTouchEvent() public method

public OnTouchEvent ( RecyclerView rv, Android.Views.MotionEvent @event ) : void
rv RecyclerView
@event Android.Views.MotionEvent
return void

RecyclerItemClickListener() public method

public RecyclerItemClickListener ( Context context ) : System
context Context
return System