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

AnimationUtils.java

package android.view.animation;
public class AnimationUtils
{
public  AnimationUtils() { throw new RuntimeException("Stub!"); }
public static  long currentAnimationTimeMillis() { throw new RuntimeException("Stub!"); }
public static  android.view.animation.Animation loadAnimation(android.content.Context context, int id) throws android.content.res.Resources.NotFoundException { throw new RuntimeException("Stub!"); }
public static  android.view.animation.LayoutAnimationController loadLayoutAnimation(android.content.Context context, int id) throws android.content.res.Resources.NotFoundException { throw new RuntimeException("Stub!"); }
public static  android.view.animation.Animation makeInAnimation(android.content.Context c, boolean fromLeft) { throw new RuntimeException("Stub!"); }
public static  android.view.animation.Animation makeOutAnimation(android.content.Context c, boolean toRight) { throw new RuntimeException("Stub!"); }
public static  android.view.animation.Animation makeInChildBottomAnimation(android.content.Context c) { throw new RuntimeException("Stub!"); }
public static  android.view.animation.Interpolator loadInterpolator(android.content.Context context, int id) throws android.content.res.Resources.NotFoundException { throw new RuntimeException("Stub!"); }
}