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
Fields
public |
|
|
int |
column |
The view group's column to which the view belongs. |
public |
|
|
int |
columnsCount |
The number of columns in the view's enclosing grid layout. |
public |
|
|
int |
row |
The view group's row to which the view belongs. |
public |
|
|
int |
rowsCount |
The number of rows in the view's enclosing grid layout. |
public |
|
|
int |
count |
The number of children in the view group containing the view to which
these parameters are attached. |
public |
|
|
int |
index |
The index of the view to which these parameters are attached in its
containing view group. |
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Fields
public
int
column
The view group's column to which the view belongs.
public
int
columnsCount
The number of columns in the view's enclosing grid layout.
public
int
row
The view group's row to which the view belongs.
public
int
rowsCount
The number of rows in the view's enclosing grid layout.
Public Constructors
public
GridLayoutAnimationController.AnimationParameters()