to top
Android APIs
public static class

LayoutAnimationController.AnimationParameters

extends Object
java.lang.Object
   ↳ android.view.animation.LayoutAnimationController.AnimationParameters
Known Direct Subclasses

Class Overview

The set of parameters that has to be attached to each view contained in the view group animated by the layout animation controller. These parameters are used to compute the start time of each individual view's animation.

Summary

Fields
public int count The number of children in the view group containing the view to which these parameters are attached.
public int index The index of the view to which these parameters are attached in its containing view group.
Public Constructors
LayoutAnimationController.AnimationParameters()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int count

Added in API level 1

The number of children in the view group containing the view to which these parameters are attached.

public int index

Added in API level 1

The index of the view to which these parameters are attached in its containing view group.

Public Constructors

public LayoutAnimationController.AnimationParameters ()

Added in API level 1