AnimationParameters
open class AnimationParameters
kotlin.Any | |
↳ | android.view.animation.LayoutAnimationController.AnimationParameters |
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
Public constructors | |
---|---|
Properties | |
---|---|
Int |
The number of children in the view group containing the view to which these parameters are attached. |
Int |
The index of the view to which these parameters are attached in its containing view group. |
Public constructors
AnimationParameters
AnimationParameters()
Properties
count
var count: Int
The number of children in the view group containing the view to which these parameters are attached.
index
var index: Int
The index of the view to which these parameters are attached in its containing view group.