Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DKeyframe.java137 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
DObjectAnimator.java286 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
DKeyframeSet.java125 public static KeyframeSet ofObject(Object... values) { in ofObject() method in KeyframeSet
DPropertyValuesHolder.java201 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
DValueAnimator.java330 public static ValueAnimator ofObject(TypeEvaluator evaluator, Object... values) { in ofObject() method in ValueAnimator