android.view.animation
Class AnimationUtils

java.lang.Object
  extended by android.view.animation.AnimationUtils

public class AnimationUtils
extends Object


Constructor Summary
AnimationUtils()
           
 
Method Summary
static long currentAnimationTimeMillis()
           
static Animation loadAnimation(Context context, int id)
           
static Interpolator loadInterpolator(Context context, int id)
           
static LayoutAnimationController loadLayoutAnimation(Context context, int id)
           
static Animation makeInAnimation(Context c, boolean fromLeft)
           
static Animation makeInChildBottomAnimation(Context c)
           
static Animation makeOutAnimation(Context c, boolean toRight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimationUtils

public AnimationUtils()
Method Detail

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.