public static interface DiscreteScrollView.ScrollListener<T extends android.support.v7.widget.RecyclerView.ViewHolder>
| Modifier and Type | Method and Description |
|---|---|
void |
onScroll(float scrollPosition,
int currentPosition,
int newPosition,
T currentHolder,
T newCurrent) |