java.lang.Object | ||
↳ | 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.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
column | The view group's column to which the view belongs. | |||||||||
|
columnsCount | The number of columns in the view's enclosing grid layout. | |||||||||
|
row | The view group's row to which the view belongs. | |||||||||
|
rowsCount | The number of rows in the view's enclosing grid layout. |
[Expand]
Inherited Fields
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.view.animation.LayoutAnimationController.AnimationParameters
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The number of columns in the view's enclosing grid layout.