FileDocCategorySizeDatePackage
LayoutAnimationController.javaAPI DocAndroid 5.1 API2428Sat Mar 14 14:09:38 GMT 2015android.view.animation

LayoutAnimationController

public class LayoutAnimationController extends Object

Fields Summary
public static final int
ORDER_NORMAL
public static final int
ORDER_RANDOM
public static final int
ORDER_REVERSE
protected android.view.animation.Animation
mAnimation
protected android.view.animation.Interpolator
mInterpolator
protected Random
mRandomizer
Constructors Summary
public LayoutAnimationController(android.content.Context context, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
public LayoutAnimationController(android.view.animation.Animation animation)

 throw new RuntimeException("Stub!"); 
public LayoutAnimationController(android.view.animation.Animation animation, float delay)

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.view.animation.AnimationgetAnimation()

 throw new RuntimeException("Stub!"); 
public final android.view.animation.AnimationgetAnimationForView(android.view.View view)

 throw new RuntimeException("Stub!"); 
public floatgetDelay()

 throw new RuntimeException("Stub!"); 
protected longgetDelayForView(android.view.View view)

 throw new RuntimeException("Stub!"); 
public android.view.animation.InterpolatorgetInterpolator()

 throw new RuntimeException("Stub!"); 
public intgetOrder()

 throw new RuntimeException("Stub!"); 
protected intgetTransformedIndex(android.view.animation.LayoutAnimationController$AnimationParameters params)

 throw new RuntimeException("Stub!"); 
public booleanisDone()

 throw new RuntimeException("Stub!"); 
public voidsetAnimation(android.content.Context context, int resourceID)

 throw new RuntimeException("Stub!"); 
public voidsetAnimation(android.view.animation.Animation animation)

 throw new RuntimeException("Stub!"); 
public voidsetDelay(float delay)

 throw new RuntimeException("Stub!"); 
public voidsetInterpolator(android.view.animation.Interpolator interpolator)

 throw new RuntimeException("Stub!"); 
public voidsetInterpolator(android.content.Context context, int resourceID)

 throw new RuntimeException("Stub!"); 
public voidsetOrder(int order)

 throw new RuntimeException("Stub!"); 
public voidstart()

 throw new RuntimeException("Stub!"); 
public booleanwillOverlap()

 throw new RuntimeException("Stub!");