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

/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java228 * <code>xPropertyName</code> and <code>yPropertyName</code>.
233 * are the value of <code>xPropertyName</code> and <code>yPropertyName</code>
236 * @param yPropertyName The name of the property for the y coordinate being animated.
240 public static ObjectAnimator ofInt(Object target, String xPropertyName, String yPropertyName, argument
245 PropertyValuesHolder y = PropertyValuesHolder.ofKeyframes(yPropertyName,
422 * <code>xPropertyName</code> and <code>yPropertyName</code>.
427 * are the value of the <code>xPropertyName</code> and <code>yPropertyName</code>
430 * @param yPropertyName The name of the property for the y coordinate being animated.
434 public static ObjectAnimator ofFloat(Object target, String xPropertyName, String yPropertyName, argument
439 PropertyValuesHolder y = PropertyValuesHolder.ofKeyframes(yPropertyName,
[all...]

Completed in 559 milliseconds