public static class GridLayoutAnimationController.AnimationParameters extends LayoutAnimationController.AnimationParameters
Modifier and Type | Field and Description |
---|---|
int |
column
The view group's column to which the view belongs.
|
int |
columnsCount
The number of columns in the view's enclosing grid layout.
|
int |
row
The view group's row to which the view belongs.
|
int |
rowsCount
The number of rows in the view's enclosing grid layout.
|
count, index
Constructor and Description |
---|
AnimationParameters() |
public int column
public int row
public int columnsCount
public int rowsCount