public class AnimationUtils extends Object
| Constructor and Description |
|---|
AnimationUtils() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static long currentAnimationTimeMillis()
public static Animation loadAnimation(Context context, int id) throws Resources.NotFoundException
Resources.NotFoundExceptionpublic static LayoutAnimationController loadLayoutAnimation(Context context, int id) throws Resources.NotFoundException
Resources.NotFoundExceptionpublic static Interpolator loadInterpolator(Context context, int id) throws Resources.NotFoundException
Resources.NotFoundExceptionCopyright © 2008-2013. All Rights Reserved.