public static interface LithoRecyclerView.TouchInterceptor
LithoRecyclerView.onInterceptTouchEvent(MotionEvent)
behaviorModifier and Type | Interface and Description |
---|---|
static class |
LithoRecyclerView.TouchInterceptor.Result |
Modifier and Type | Method and Description |
---|---|
LithoRecyclerView.TouchInterceptor.Result |
onInterceptTouchEvent(RecyclerView recyclerView,
MotionEvent ev)
Called from
LithoRecyclerView.onInterceptTouchEvent(MotionEvent) to determine how touch events should
be intercepted |
LithoRecyclerView.TouchInterceptor.Result onInterceptTouchEvent(RecyclerView recyclerView, MotionEvent ev)
LithoRecyclerView.onInterceptTouchEvent(MotionEvent)
to determine how touch events should
be intercepted