Java android.support.v4.widget NestedScrollView fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.widget NestedScrollView fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

android.support.v4.widget.NestedScrollView has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidaddView(View paramView)
intgetBottom()
Bottom position of this view relative to its parent.
ViewgetChildAt(int index)
Returns the view at the specified position in the group.
intgetHeight()
Return the height of your view.
intgetMaxScrollAmount()
intgetScrollY()
Return the scrolled top position of this view.
intgetTop()
Top position of this view relative to its parent.
intgetVerticalFadingEdgeLength()
Returns the size of the vertical faded edges used to indicate that more content in this view is visible.
booleanpostDelayed(Runnable action, long delayMillis)

Causes the Runnable to be added to the message queue, to be run after the specified amount of time elapses.

voidscrollTo(int paramInt1, int paramInt2)
voidsetFillViewport(boolean paramBoolean)
voidsetOnScrollChangeListener(ae paramae)