Searched defs:ofObject (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 610 public static ObjectAnimator ofObject(Object target, String propertyName, in ofObject() method in ObjectAnimator 637 public static ObjectAnimator ofObject(Object target, String propertyName, in ofObject() method in ObjectAnimator 666 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject() method in ObjectAnimator 701 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject() method in ObjectAnimator 728 public static <T, V> ObjectAnimator ofObject(T target, @NonNull Property<T, V> property, in ofObject() method in ObjectAnimator
|
D | Keyframe.java | 146 public static Keyframe ofObject(float fraction, Object value) { in ofObject() method in Keyframe 162 public static Keyframe ofObject(float fraction) { in ofObject() method in Keyframe
|
D | KeyframeSet.java | 132 public static KeyframeSet ofObject(Object... values) { in ofObject() method in KeyframeSet
|
D | PropertyValuesHolder.java | 403 public static PropertyValuesHolder ofObject(String propertyName, TypeEvaluator evaluator, in ofObject() method in PropertyValuesHolder 427 public static PropertyValuesHolder ofObject(String propertyName, in ofObject() method in PropertyValuesHolder 454 public static <V> PropertyValuesHolder ofObject(Property property, in ofObject() method in PropertyValuesHolder 487 public static <T, V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() method in PropertyValuesHolder 512 public static <V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() method in PropertyValuesHolder
|
D | ValueAnimator.java | 427 public static ValueAnimator ofObject(TypeEvaluator evaluator, Object... values) { in ofObject() method in ValueAnimator
|