Java android.view.animation AnimationUtils fields, constructors, methods, implement or subclass

Example usage for Java android.view.animation AnimationUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view.animation AnimationUtils.

The text is from its open source code.

Constructor

Method

longcurrentAnimationTimeMillis()
Returns the current animation time in milliseconds.
AnimationloadAnimation(Context context, @AnimRes int id)
Loads an Animation object from a resource
InterpolatorloadInterpolator(Context context, @AnimRes @InterpolatorRes int id)
Loads an Interpolator object from a resource
LayoutAnimationControllerloadLayoutAnimation(Context context, @AnimRes int id)
Loads a LayoutAnimationController object from a resource
AnimationmakeInAnimation(Context c, boolean fromLeft)
Make an animation for objects becoming visible.
AnimationmakeInChildBottomAnimation(Context c)
Make an animation for objects becoming visible.
AnimationmakeOutAnimation(Context c, boolean toRight)
Make an animation for objects becoming invisible.