Searched defs:toValue (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java776 * @param toValue The value to which the property will animate
778 private void animateProperty(int constantName, float toValue) { argument
780 float deltaValue = toValue - fromValue;
/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java67 * @param toValue the target value
71 String property, float toValue, boolean replace) {
75 ObjectAnimator anim = ObjectAnimator.ofFloat(this, property, toValue);
70 addAnimTo(long duration, long delay, String property, float toValue, boolean replace) argument

Completed in 113 milliseconds