Searched defs:toValue (Results 1 – 2 of 2) 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
72 public static Integer toValue(Class<?> clazz, String name) { in toValue() method in ConstantDebugUtils125 private Integer toValue(String name) { in toValue() method in ConstantDebugUtils.ConstantClazz