public class RecyclerItemClickListener
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecyclerItemClickListener.OnItemClickListener |
| Constructor and Description |
|---|
RecyclerItemClickListener(android.content.Context context,
RecyclerItemClickListener.OnItemClickListener listener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onInterceptTouchEvent(RecyclerView view,
android.view.MotionEvent e) |
void |
onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) |
void |
onTouchEvent(RecyclerView view,
android.view.MotionEvent motionEvent) |
public RecyclerItemClickListener(android.content.Context context,
RecyclerItemClickListener.OnItemClickListener listener)
public boolean onInterceptTouchEvent(RecyclerView view,
android.view.MotionEvent e)
public void onTouchEvent(RecyclerView view,
android.view.MotionEvent motionEvent)
public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept)