Most visited

Recently visited

Added in API level 1

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

这些参数在其包含的视图组中附加的视图的索引。

Public constructors

LayoutAnimationController.AnimationParameters()

Inherited methods

From class java.lang.Object

Fields

count

Added in API level 1
int count

包含这些参数所附视图的视图组中的子项数。

index

Added in API level 1
int index

这些参数在其包含的视图组中附加的视图的索引。

Public constructors

LayoutAnimationController.AnimationParameters

Added in API level 1
LayoutAnimationController.AnimationParameters ()

Hooray!