Searched defs:ValueAnimator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DValueAnimator.java39 * <p>By default, ValueAnimator uses non-linear time interpolation, via the
42 * {@link ValueAnimator#setInterpolator(TimeInterpolator)}.</p>
46 * <p>For more information about animating with {@code ValueAnimator}, read the
51 public class ValueAnimator extends Animator { class in inherits:Animator
242 * Creates a new ValueAnimator object. This default constructor is primarily for
246 public ValueAnimator() { method in class:ValueAnimator
250 * Constructs and returns a ValueAnimator that animates between int values. A single
252 * useful in a ValueAnimator object because there is no way for the object to determine the
258 * @return A ValueAnimator object that is set up to animate between the given values.
260 public static ValueAnimator ofIn
[all...]

Completed in 1223 milliseconds