Searched refs:toValue (Results 1 – 2 of 2) sorted by relevance
71 String property, float toValue, boolean replace) { in addAnimTo() argument75 ObjectAnimator anim = ObjectAnimator.ofFloat(this, property, toValue); in addAnimTo()
918 private void animateProperty(int constantName, float toValue) { in animateProperty() argument920 float deltaValue = toValue - fromValue; in animateProperty()