Android
android.view.animation
public static class

android.view.animation.LayoutAnimationController.AnimationParameters

java.lang.Object
android.view.animation.LayoutAnimationController.AnimationParameters

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.

Known Direct Subclasses

Summary

Fields

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

            LayoutAnimationController.AnimationParameters()
Methods inherited from class java.lang.Object

Details

Fields

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

public LayoutAnimationController.AnimationParameters()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48