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

/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java273 * <code>yProperty</code>.
277 * @param yProperty The property for the y coordinate being animated.
282 Property<T, Integer> yProperty, Path path) {
286 PropertyValuesHolder y = PropertyValuesHolder.ofKeyframes(yProperty,
468 * <code>yProperty</code>.
472 * @param yProperty The property for the y coordinate being animated.
477 Property<T, Float> yProperty, Path path) {
481 PropertyValuesHolder y = PropertyValuesHolder.ofKeyframes(yProperty,
281 ofInt(T target, Property<T, Integer> xProperty, Property<T, Integer> yProperty, Path path) argument
476 ofFloat(T target, Property<T, Float> xProperty, Property<T, Float> yProperty, Path path) argument

Completed in 155 milliseconds