Added in API level 1

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

Added in API level 1
var count: Int

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

index

Added in API level 1
var index: Int

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