android.view.animation
Class GridLayoutAnimationController.AnimationParameters

java.lang.Object
  extended by android.view.animation.LayoutAnimationController.AnimationParameters
      extended by android.view.animation.GridLayoutAnimationController.AnimationParameters
Enclosing class:
GridLayoutAnimationController

public static class GridLayoutAnimationController.AnimationParameters
extends LayoutAnimationController.AnimationParameters


Field Summary
 int column
           
 int columnsCount
           
 int row
           
 int rowsCount
           
 
Fields inherited from class android.view.animation.LayoutAnimationController.AnimationParameters
count, index
 
Constructor Summary
GridLayoutAnimationController.AnimationParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

public int column

row

public int row

columnsCount

public int columnsCount

rowsCount

public int rowsCount
Constructor Detail

GridLayoutAnimationController.AnimationParameters

public GridLayoutAnimationController.AnimationParameters()


Copyright © 2008-2010. All Rights Reserved.