Example usage for Java android.view.animation AnimationUtils fields, constructors, methods, implement or subclass
The text is from its open source code.
long | currentAnimationTimeMillis() Returns the current animation time in milliseconds. |
Animation | loadAnimation(Context context, @AnimRes int id) Loads an Animation object from a resource |
Interpolator | loadInterpolator(Context context, @AnimRes @InterpolatorRes int id) Loads an Interpolator object from a resource |
LayoutAnimationController | loadLayoutAnimation(Context context, @AnimRes int id) Loads a LayoutAnimationController object from a resource |
Animation | makeInAnimation(Context c, boolean fromLeft) Make an animation for objects becoming visible. |
Animation | makeInChildBottomAnimation(Context c) Make an animation for objects becoming visible. |
Animation | makeOutAnimation(Context c, boolean toRight) Make an animation for objects becoming invisible. |