Searched refs:xProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java272 * coordinates are integers that are set to separate properties, <code>xProperty</code> and
276 * @param xProperty The property for the x coordinate being animated.
281 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> xProperty, argument
284 PropertyValuesHolder x = PropertyValuesHolder.ofKeyframes(xProperty,
467 * coordinates are floats that are set to separate properties, <code>xProperty</code> and
471 * @param xProperty The property for the x coordinate being animated.
476 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> xProperty, argument
479 PropertyValuesHolder x = PropertyValuesHolder.ofKeyframes(xProperty,

Completed in 89 milliseconds