public static interface RollingLayoutAction.OnRollingChangedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRollingChanged(android.view.View rollingLayout,
int currentPosition,
int sumPosition)
This method will be called when rolling is changed.
|
void onRollingChanged(android.view.View rollingLayout,
int currentPosition,
int sumPosition)
rollingLayout - RollingLayoutcurrentPosition - current position of rolling list.sumPosition - sum position of rolling list.