moveSpinner

public RefreshKernel moveSpinner(int spinner, boolean isDragging)

Scroll and translate the spinner. moveSpinner is named after Google's official { android.support.v4.widget.SwipeRefreshLayout#moveSpinner(float)} moveSpinner The name comes from { android.support.v4.widget.SwipeRefreshLayout#moveSpinner(float)}

Parameters

spinner

New spinner value

isDragging

Whether the scroll is caused by dragging. Only finishRefresh, finishLoadMore, and overSpinner rebound animations are false. dispatchTouchEvent, nestScroll, etc. are true. autoRefresh/autoLoadMore simulate dragging, also true.