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
235 * Creates a new ValueAnimator object. This default constructor is primarily for
239 public ValueAnimator() { method in class:ValueAnimator
243 * Constructs and returns a ValueAnimator that animates between int values. A single
245 * useful in a ValueAnimator object because there is no way for the object to determine the
251 * @return A ValueAnimator object that is set up to animate between the given values.
253 public static ValueAnimator ofIn
[all...]

Completed in 48 milliseconds