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

/frameworks/base/core/java/android/animation/
H A DValueAnimator.java43 * <p>By default, ValueAnimator uses non-linear time interpolation, via the
46 * {@link ValueAnimator#setInterpolator(TimeInterpolator)}.</p>
49 * of a ValueAnimator resource file:</p>
65 * <p>For more information about animating with {@code ValueAnimator}, read the
71 public class ValueAnimator extends Animator implements AnimationHandler.AnimationFrameCallback { class in inherits:Animator,AnimationHandler.AnimationFrameCallback
72 private static final String TAG = "ValueAnimator";
315 * Creates a new ValueAnimator object. This default constructor is primarily for
319 public ValueAnimator() { method in class:ValueAnimator
323 * Constructs and returns a ValueAnimator that animates between int values. A single
325 * useful in a ValueAnimator objec
[all...]

Completed in 328 milliseconds