Java android.support.v4.view ScrollingView fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.view ScrollingView fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.view ScrollingView.

The text is from its open source code.

Subclass

android.support.v4.view.ScrollingView has subclasses.
Click this link to see all its subclasses.

Implementation

android.support.v4.view.ScrollingView has the following implementations.
Click this link to see all its implementation.

Method

intcomputeVerticalScrollExtent()

Compute the vertical extent of the vertical scrollbar's thumb within the vertical range.

intcomputeVerticalScrollOffset()

Compute the vertical offset of the vertical scrollbar's thumb within the horizontal range.

intcomputeVerticalScrollRange()

Compute the vertical range that the vertical scrollbar represents.

The range is expressed in arbitrary units that must be the same as the units used by #computeVerticalScrollExtent() and #computeVerticalScrollOffset() .