android.view.animation
Class AnimationUtils
java.lang.Object
android.view.animation.AnimationUtils
public class AnimationUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnimationUtils
public AnimationUtils()
currentAnimationTimeMillis
public static long currentAnimationTimeMillis()
loadAnimation
public static Animation loadAnimation(Context context,
int id)
throws Resources.NotFoundException
- Throws:
Resources.NotFoundException
loadLayoutAnimation
public static LayoutAnimationController loadLayoutAnimation(Context context,
int id)
throws Resources.NotFoundException
- Throws:
Resources.NotFoundException
makeInAnimation
public static Animation makeInAnimation(Context c,
boolean fromLeft)
makeOutAnimation
public static Animation makeOutAnimation(Context c,
boolean toRight)
makeInChildBottomAnimation
public static Animation makeInChildBottomAnimation(Context c)
loadInterpolator
public static Interpolator loadInterpolator(Context context,
int id)
throws Resources.NotFoundException
- Throws:
Resources.NotFoundException
Copyright © 2008-2012. All Rights Reserved.