LayoutAnimationController.AnimationParameters
public static class LayoutAnimationController.AnimationParameters
extends Object
java.lang.Object |
↳ |
android.view.animation.LayoutAnimationController.AnimationParameters |
Known Direct Subclasses
|
必须附加到布局动画控制器动画的视图组中包含的每个视图的一组参数。 这些参数用于计算每个视图动画的开始时间。
Summary
Fields |
public int |
count 包含这些参数所附视图的视图组中的子项数。 |
public int |
index 这些参数在其包含的视图组中附加的视图的索引。 |
Fields
count
int count
包含这些参数所附视图的视图组中的子项数。
index
int index
这些参数在其包含的视图组中附加的视图的索引。
Public constructors
LayoutAnimationController.AnimationParameters
LayoutAnimationController.AnimationParameters ()