Searched defs:toValue (Results 1 – 1 of 1) sorted by relevance
68 public InterruptibleInOutAnimator(long duration, float fromValue, float toValue) { in InterruptibleInOutAnimator()84 final float toValue = (direction == IN) ? mOriginalToValue : mOriginalFromValue; in animate() local