Home
last modified time | relevance | path

Searched defs:toValue (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInterruptibleInOutAnimator.java68 public InterruptibleInOutAnimator(long duration, float fromValue, float toValue) { in InterruptibleInOutAnimator()
84 final float toValue = (direction == IN) ? mOriginalToValue : mOriginalFromValue; in animate() local
/packages/services/Car/car-lib/src/com/android/car/internal/util/
DConstantDebugUtils.java72 public static Integer toValue(Class<?> clazz, String name) { in toValue() method in ConstantDebugUtils
125 private Integer toValue(String name) { in toValue() method in ConstantDebugUtils.ConstantClazz