| Interface | Description |
|---|---|
| ScrollProgressCalculator |
Assists in calculating the amount of scroll progress for a
RecyclerView |
| TouchableScrollProgressCalculator |
Assists in calculating the amount of scroll progress for a
RecyclerView based on a MotionEvent |
| Class | Description |
|---|---|
| VerticalLinearLayoutManagerScrollProgressCalculator |
Calculates scroll progress for a
RecyclerView with a LinearLayoutManager |
| VerticalScrollProgressCalculator |
Basic scroll progress calculator used to calculate vertical scroll progress from a touch event
|