File
Doc
Category
Size
Date
Package
LayoutAnimationController.java
API Doc
Android 5.1 API
2428
Sat Mar 14 14:09:38 GMT 2015
android.view.animation
LayoutAnimationController
java.lang.Object
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.Animation
getAnimation
()
throw new RuntimeException("Stub!");
public final
android.view.animation.Animation
getAnimationForView
(
android.view.View
view)
throw new RuntimeException("Stub!");
public
float
getDelay
()
throw new RuntimeException("Stub!");
protected
long
getDelayForView
(
android.view.View
view)
throw new RuntimeException("Stub!");
public
android.view.animation.Interpolator
getInterpolator
()
throw new RuntimeException("Stub!");
public
int
getOrder
()
throw new RuntimeException("Stub!");
protected
int
getTransformedIndex
(
android.view.animation.LayoutAnimationController$AnimationParameters
params)
throw new RuntimeException("Stub!");
public
boolean
isDone
()
throw new RuntimeException("Stub!");
public void
setAnimation
(
android.content.Context
context,
int
resourceID)
throw new RuntimeException("Stub!");
public void
setAnimation
(
android.view.animation.Animation
animation)
throw new RuntimeException("Stub!");
public void
setDelay
(
float
delay)
throw new RuntimeException("Stub!");
public void
setInterpolator
(
android.view.animation.Interpolator
interpolator)
throw new RuntimeException("Stub!");
public void
setInterpolator
(
android.content.Context
context,
int
resourceID)
throw new RuntimeException("Stub!");
public void
setOrder
(
int
order)
throw new RuntimeException("Stub!");
public void
start
()
throw new RuntimeException("Stub!");
public
boolean
willOverlap
()
throw new RuntimeException("Stub!");
Java Code Source