public class RecyclerViewGestureListener
extends android.view.GestureDetector.SimpleOnGestureListener
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.ref.WeakReference<BindableRecyclerView> |
mRecyclerView |
| Constructor and Description |
|---|
RecyclerViewGestureListener(BindableRecyclerView bindableRecyclerView) |
| Modifier and Type | Method and Description |
|---|---|
protected android.view.View |
getChildAt(android.view.MotionEvent event) |
protected android.view.View |
getChildOfAt(android.view.View view,
int x,
int y) |
protected BindableRecyclerView |
getRecyclerView() |
solutions.alterego.androidbound.interfaces.ICommand |
getRecyclerViewClickListener() |
protected android.view.View |
hit(android.view.View view,
float x,
float y) |
protected boolean |
isHittable(android.view.View view) |
protected boolean |
isTransformedPointInView(android.view.ViewGroup parent,
android.view.View child,
float x,
float y,
android.graphics.PointF outLocalPoint) |
boolean |
onSingleTapConfirmed(android.view.MotionEvent event) |
protected boolean |
pointInView(android.view.View view,
float localX,
float localY) |
void |
setRecyclerViewClickListener(solutions.alterego.androidbound.interfaces.ICommand recyclerViewClickListener) |
protected java.lang.ref.WeakReference<BindableRecyclerView> mRecyclerView
public RecyclerViewGestureListener(BindableRecyclerView bindableRecyclerView)
protected android.view.View getChildAt(android.view.MotionEvent event)
public boolean onSingleTapConfirmed(android.view.MotionEvent event)
onSingleTapConfirmed in interface android.view.GestureDetector.OnDoubleTapListeneronSingleTapConfirmed in class android.view.GestureDetector.SimpleOnGestureListenerprotected android.view.View getChildOfAt(android.view.View view,
int x,
int y)
protected boolean pointInView(android.view.View view,
float localX,
float localY)
protected boolean isHittable(android.view.View view)
protected boolean isTransformedPointInView(android.view.ViewGroup parent,
android.view.View child,
float x,
float y,
android.graphics.PointF outLocalPoint)
protected android.view.View hit(android.view.View view,
float x,
float y)
protected BindableRecyclerView getRecyclerView()
public solutions.alterego.androidbound.interfaces.ICommand getRecyclerViewClickListener()
public void setRecyclerViewClickListener(solutions.alterego.androidbound.interfaces.ICommand recyclerViewClickListener)