Home
last modified time | relevance | path

Searched defs:ofObject (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/animation/
DObjectAnimator.java594 public static ObjectAnimator ofObject(Object target, String propertyName, in ofObject() method in ObjectAnimator
621 public static ObjectAnimator ofObject(Object target, String propertyName, in ofObject() method in ObjectAnimator
643 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject() method in ObjectAnimator
671 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject() method in ObjectAnimator
698 public static <T, V> ObjectAnimator ofObject(T target, @NonNull Property<T, V> property, in ofObject() method in ObjectAnimator
DKeyframe.java146 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
DPropertyValuesHolder.java395 public static PropertyValuesHolder ofObject(String propertyName, TypeEvaluator evaluator, in ofObject() method in PropertyValuesHolder
419 public static PropertyValuesHolder ofObject(String propertyName, in ofObject() method in PropertyValuesHolder
440 public static <V> PropertyValuesHolder ofObject(Property property, in ofObject() method in PropertyValuesHolder
467 public static <T, V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() method in PropertyValuesHolder
492 public static <V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() method in PropertyValuesHolder
DKeyframeSet.java139 public static KeyframeSet ofObject(Object... values) { in ofObject() method in KeyframeSet
DValueAnimator.java394 public static ValueAnimator ofObject(TypeEvaluator evaluator, Object... values) { in ofObject() method in ValueAnimator