| Interface | Description |
|---|---|
| GravitySnapHelper.SnapListener |
A listener that's called when the
RecyclerView used by GravitySnapHelper
changes its scroll state to RecyclerView.SCROLL_STATE_IDLE
and there's a valid snap position. |
| Class | Description |
|---|---|
| GravityPagerSnapHelper | Deprecated
Use
GravitySnapHelper instead |
| GravitySnapHelper |
A
LinearSnapHelper that allows snapping to an edge or to the center. |
| GravitySnapRecyclerView |
An
OrientationAwareRecyclerView that uses a default GravitySnapHelper |
| OrientationAwareRecyclerView |
A RecyclerView that only handles scroll events with the same orientation of its LayoutManager.
|