Java android.widget ViewFlipper fields, constructors, methods, implement or subclass

Example usage for Java android.widget ViewFlipper fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

voidaddView(View child)

Adds a child view.

intgetChildCount()
Returns the number of children in the group.
intgetDisplayedChild()
Returns the index of the currently displayed child view.
voidremoveViewAt(int index)
voidsetAnimateFirstView(boolean animate)
Indicates whether the current View should be animated the first time the ViewAnimator is displayed.
voidsetDisplayedChild(int whichChild)
Sets which child view will be displayed.
voidsetInAnimation(Context context, @AnimRes int resourceID)
Specifies the animation used to animate a View that enters the screen.
voidsetOutAnimation(Context context, @AnimRes int resourceID)
Specifies the animation used to animate a View that exit the screen.
voidsetSystemUiVisibility(int visibility)
Request that the visibility of the status bar or other screen/window decorations be changed.
voidshowNext()
Manually shows the next child.