Searched defs:ofObject (Results 1 – 5 of 5) sorted by relevance
| /core/core-animation/src/main/java/androidx/core/animation/ |
| D | ObjectAnimator.java | 620 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
|
| D | Keyframe.java | 155 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
|
| D | PropertyValuesHolder.java | 416 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
|
| D | KeyframeSet.java | 147 public static <T> KeyframeSet<T> ofObject(T... values) { in ofObject() method in KeyframeSet
|
| D | ValueAnimator.java | 380 public static @NonNull ValueAnimator ofObject(@NonNull TypeEvaluator evaluator, in ofObject() method in ValueAnimator
|