Searched defs:ofObject (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/animation/ |
D | Keyframe.java | 137 public static Keyframe ofObject(float fraction, Object value) { in ofObject() method in Keyframe 153 public static Keyframe ofObject(float fraction) { in ofObject() method in Keyframe
|
D | ObjectAnimator.java | 286 public static ObjectAnimator ofObject(Object target, String propertyName, in ofObject() method in ObjectAnimator 309 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject() method in ObjectAnimator
|
D | KeyframeSet.java | 125 public static KeyframeSet ofObject(Object... values) { in ofObject() method in KeyframeSet
|
D | PropertyValuesHolder.java | 201 public static PropertyValuesHolder ofObject(String propertyName, TypeEvaluator evaluator, in ofObject() method in PropertyValuesHolder 221 public static <V> PropertyValuesHolder ofObject(Property property, in ofObject() method in PropertyValuesHolder
|
D | ValueAnimator.java | 330 public static ValueAnimator ofObject(TypeEvaluator evaluator, Object... values) { in ofObject() method in ValueAnimator
|