Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java610 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
H A 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
H A DKeyframeSet.java132 public static KeyframeSet ofObject(Object... values) { in ofObject() method in KeyframeSet
H A 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
H A DValueAnimator.java510 public static ValueAnimator ofObject(TypeEvaluator evaluator, Object... values) { in ofObject() method in ValueAnimator
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...