Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DObjectAnimator.java604 public static ObjectAnimator ofObject(Object target, String propertyName, in ofObject() method in ObjectAnimator
631 public static ObjectAnimator ofObject(Object target, String propertyName, in ofObject() method in ObjectAnimator
660 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject() method in ObjectAnimator
695 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject() method in ObjectAnimator
722 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
DKeyframeSet.java132 public static KeyframeSet ofObject(Object... values) { in ofObject() method in KeyframeSet
DPropertyValuesHolder.java403 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
DValueAnimator.java510 public static ValueAnimator ofObject(TypeEvaluator evaluator, Object... values) { in ofObject() method in ValueAnimator
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...