Searched defs:ofFloat (Results 1 – 5 of 5) sorted by relevance
105 public static Keyframe ofFloat(float fraction, float value) { in ofFloat() method in Keyframe121 public static Keyframe ofFloat(float fraction) { in ofFloat() method in Keyframe
215 public static ObjectAnimator ofFloat(Object target, String propertyName, float... values) { in ofFloat() method in ObjectAnimator233 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat() method in ObjectAnimator
65 public static KeyframeSet ofFloat(float... values) { in ofFloat() method in KeyframeSet
174 public static PropertyValuesHolder ofFloat(String propertyName, float... values) { in ofFloat() method in PropertyValuesHolder185 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat() method in PropertyValuesHolder
270 public static ValueAnimator ofFloat(float... values) { in ofFloat() method in ValueAnimator