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

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

Introduction

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

The text is from its open source code.

Constructor

GridLayoutAnimationController(Animation animation)
Creates a new layout animation controller with a delay of 50% for both rows and columns and the specified animation.
GridLayoutAnimationController(Context context, AttributeSet attrs)
Creates a new grid layout animation controller from external resources.