public static interface DiscreteScrollView.ScrollStateChangeListener<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) |
void |
onScrollEnd(T currentItemHolder,
int adapterPosition) |
void |
onScrollStart(T currentItemHolder,
int adapterPosition) |