Home
last modified time | relevance | path

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

/core/core-animation/src/main/java/androidx/core/animation/
DObjectAnimator.java620 public static @NonNull ObjectAnimator ofObject(@NonNull Object target, in ofObject() method in ObjectAnimator
647 public static @NonNull ObjectAnimator ofObject(@NonNull Object target, in ofObject() method in ObjectAnimator
676 public static <T, V> @NonNull ObjectAnimator ofObject(@NonNull T target, in ofObject() method in ObjectAnimator
711 public static <T, V, P> @NonNull ObjectAnimator ofObject(@NonNull T target, in ofObject() method in ObjectAnimator
738 public static <T, V> @NonNull ObjectAnimator ofObject(@NonNull T target, in ofObject() method in ObjectAnimator
DKeyframe.java155 public static <T> @NonNull Keyframe<T> ofObject(@FloatRange(from = 0, to = 1) float fraction, in ofObject() method in Keyframe
172 public static <T> @NonNull Keyframe<T> ofObject(@FloatRange(from = 0, to = 1) float fraction) { in ofObject() method in Keyframe
DPropertyValuesHolder.java416 public static @NonNull PropertyValuesHolder ofObject(@NonNull String propertyName, in ofObject() method in PropertyValuesHolder
440 public static @NonNull PropertyValuesHolder ofObject(@NonNull String propertyName, in ofObject() method in PropertyValuesHolder
467 public static <V> @NonNull PropertyValuesHolder ofObject(@NonNull Property property, in ofObject() method in PropertyValuesHolder
500 public static <T, V> @NonNull PropertyValuesHolder ofObject(@NonNull Property<?, V> property, in ofObject() method in PropertyValuesHolder
526 public static <V> @NonNull PropertyValuesHolder ofObject(@NonNull Property<?, V> property, in ofObject() method in PropertyValuesHolder
DKeyframeSet.java147 public static <T> KeyframeSet<T> ofObject(T... values) { in ofObject() method in KeyframeSet
DValueAnimator.java380 public static @NonNull ValueAnimator ofObject(@NonNull TypeEvaluator evaluator, in ofObject() method in ValueAnimator