java.lang.Object | |
↳ | android.view.animation.LayoutAnimationController.AnimationParameters |
Known Direct Subclasses
|
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.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
count | The number of children in the view group containing the view to which these parameters are attached. | |||||||||
|
index | The index of the view to which these parameters are attached in its containing view group. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The number of children in the view group containing the view to which these parameters are attached.
The index of the view to which these parameters are attached in its containing view group.