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

/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java33 * <p>For more information about animating with {@code ObjectAnimator}, read the
41 public final class ObjectAnimator extends ValueAnimator { class in inherits:ValueAnimator
73 * <p>If this ObjectAnimator has been set up to animate several properties together,
160 * Creates a new ObjectAnimator object. This default constructor is primarily for
164 public ObjectAnimator() { method in class:ObjectAnimator
176 private ObjectAnimator(Object target, String propertyName) { method in class:ObjectAnimator
187 private <T> ObjectAnimator(T target, Property<T, ?> property) { method in class:ObjectAnimator
193 * Constructs and returns an ObjectAnimator that animates between int values. A single
204 * @return An ObjectAnimator object that is set up to animate between the given values.
206 public static ObjectAnimator ofIn
[all...]

Completed in 61 milliseconds