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

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

Completed in 785 milliseconds