android.view.animation
Class LayoutAnimationController.AnimationParameters
java.lang.Object
android.view.animation.LayoutAnimationController.AnimationParameters
- Direct Known Subclasses:
- GridLayoutAnimationController.AnimationParameters
- Enclosing class:
- LayoutAnimationController
public static class LayoutAnimationController.AnimationParameters
- extends Object
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.
|
Field Summary |
int |
count
The number of children in the view group containing the view to which
these parameters are attached. |
int |
index
The index of the view to which these parameters are attached in its
containing view group. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
count
public int count
- The number of children in the view group containing the view to which
these parameters are attached.
index
public int index
- The index of the view to which these parameters are attached in its
containing view group.
LayoutAnimationController.AnimationParameters
public LayoutAnimationController.AnimationParameters()
Please submit a feedback, bug or feature