Added in API level 1

AnimationParameters

open class AnimationParameters : LayoutAnimationController.AnimationParameters
kotlin.Any
   ↳ android.view.animation.LayoutAnimationController.AnimationParameters
   ↳ android.view.animation.GridLayoutAnimationController.AnimationParameters

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

Summary

Public constructors

Properties
Int

The view group's column to which the view belongs.

Int

The number of columns in the view's enclosing grid layout.

Int

The view group's row to which the view belongs.

Int

The number of rows in the view's enclosing grid layout.

Inherited properties

Public constructors

AnimationParameters

AnimationParameters()

Properties

column

Added in API level 1
var column: Int

The view group's column to which the view belongs.

columnsCount

Added in API level 1
var columnsCount: Int

The number of columns in the view's enclosing grid layout.

row

Added in API level 1
var row: Int

The view group's row to which the view belongs.

rowsCount

Added in API level 1
var rowsCount: Int

The number of rows in the view's enclosing grid layout.