Searched defs:ofObject (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/animation/ |
H A 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
|
H A 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
|
H A D | KeyframeSet.java | 132 public static KeyframeSet ofObject(Object... values) { in ofObject() method in KeyframeSet
|
H A 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
|
H A D | ValueAnimator.java | 510 public static ValueAnimator ofObject(TypeEvaluator evaluator, Object... values) { in ofObject() method in ValueAnimator
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |