Searched defs:toValue (Results 1 – 2 of 2) sorted by relevance
48 public InterruptibleInOutAnimator(View view, long duration, float fromValue, float toValue) { in InterruptibleInOutAnimator()64 final float toValue = (direction == IN) ? mOriginalToValue : mOriginalFromValue; in animate() local
50 public InterruptibleInOutAnimator(View view, long duration, float fromValue, float toValue) { in InterruptibleInOutAnimator()66 final float toValue = (direction == IN) ? mOriginalToValue : mOriginalFromValue; in animate() local