public static interface SwipeHelper.LongPressListener
Modifier and Type | Method and Description |
---|---|
boolean |
onLongPress(View v,
int x,
int y)
Equivalent to
View.OnLongClickListener#onLongClick(View) with coordinates |
boolean onLongPress(View v, int x, int y)
View.OnLongClickListener#onLongClick(View)
with coordinates