computeVerticalScrollOffset

Override this method if you want to support scroll bars.

Read computeVerticalScrollOffset for details.

Default implementation returns 0.

Return

The vertical offset of the scrollbar's thumb

Parameters

state

Current State of RecyclerView where you can find total item count

See also