public static class RecyclerViewUtil.RecyclerViewOnItemClick
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecyclerViewUtil.RecyclerViewOnItemClick.OnItemClickListener |
| Constructor and Description |
|---|
RecyclerViewOnItemClick(android.content.Context context,
RecyclerViewUtil.RecyclerViewOnItemClick.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 RecyclerViewOnItemClick(android.content.Context context,
RecyclerViewUtil.RecyclerViewOnItemClick.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)