Java android.view.animation LayoutAnimationController fields, constructors, methods, implement or subclass

Example usage for Java android.view.animation LayoutAnimationController fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view.animation LayoutAnimationController.

The text is from its open source code.

Constructor

LayoutAnimationController(Context context, AttributeSet attrs)
Creates a new layout animation controller from external resources.
LayoutAnimationController(Animation animation, float delay)
Creates a new layout animation controller with the specified delay and the specified animation.
LayoutAnimationController(Animation animation)
Creates a new layout animation controller with a delay of 50% and the specified animation.