FileDocCategorySizeDatePackage
AnimationUtils.javaAPI DocAndroid 5.1 API1288Sat Mar 14 14:09:42 GMT 2015android.view.animation

AnimationUtils

public class AnimationUtils extends Object

Fields Summary
Constructors Summary
public AnimationUtils()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static longcurrentAnimationTimeMillis()

 throw new RuntimeException("Stub!"); 
public static android.view.animation.AnimationloadAnimation(android.content.Context context, int id)

 throw new RuntimeException("Stub!"); 
public static android.view.animation.InterpolatorloadInterpolator(android.content.Context context, int id)

 throw new RuntimeException("Stub!"); 
public static android.view.animation.LayoutAnimationControllerloadLayoutAnimation(android.content.Context context, int id)

 throw new RuntimeException("Stub!"); 
public static android.view.animation.AnimationmakeInAnimation(android.content.Context c, boolean fromLeft)

 throw new RuntimeException("Stub!"); 
public static android.view.animation.AnimationmakeInChildBottomAnimation(android.content.Context c)

 throw new RuntimeException("Stub!"); 
public static android.view.animation.AnimationmakeOutAnimation(android.content.Context c, boolean toRight)

 throw new RuntimeException("Stub!");