Home
last modified time | relevance | path

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

/core/core-animation/src/main/java/androidx/core/animation/
DPropertyValuesHolder.java162 public static @NonNull PropertyValuesHolder ofInt(@NonNull Property<?, Integer> property, in ofInt()
290 public static @NonNull PropertyValuesHolder ofFloat(@NonNull Property<?, Float> property, in ofFloat()
500 public static <T, V> @NonNull PropertyValuesHolder ofObject(@NonNull Property<?, V> property, in ofObject()
526 public static <V> @NonNull PropertyValuesHolder ofObject(@NonNull Property<?, V> property, in ofObject()