[go: nahoru, domu]

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

/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java254 * <code>xPropertyName</code> and <code>yPropertyName</code>.
259 * are the value of <code>xPropertyName</code> and <code>yPropertyName</code>
262 * @param yPropertyName The name of the property for the y coordinate being animated.
266 public static ObjectAnimator ofInt(Object target, String xPropertyName, String yPropertyName, argument
271 PropertyValuesHolder y = PropertyValuesHolder.ofKeyframes(yPropertyName,
453 * <code>xPropertyName</code> and <code>yPropertyName</code>.
458 * are the value of the <code>xPropertyName</code> and <code>yPropertyName</code>
461 * @param yPropertyName The name of the property for the y coordinate being animated.
465 public static ObjectAnimator ofFloat(Object target, String xPropertyName, String yPropertyName, argument
470 PropertyValuesHolder y = PropertyValuesHolder.ofKeyframes(yPropertyName,
[all...]

Completed in 73 milliseconds