android.view.animation.AnimationUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag
that was used to checkout the source from the Git repos was android-2.1_r2.
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!"); }
}