Searched defs:ofInt (Results 1 – 5 of 5) sorted by relevance
| /core/core-animation/src/main/java/androidx/core/animation/ |
| D | Keyframe.java | 89 public static @NonNull Keyframe<Integer> ofInt(@FloatRange(from = 0, to = 1) float fraction, in ofInt() method in Keyframe 106 public static @NonNull Keyframe<Integer> ofInt(@FloatRange(from = 0, to = 1) float fraction) { in ofInt() method in Keyframe
|
| D | ObjectAnimator.java | 236 public static @NonNull ObjectAnimator ofInt(@NonNull Object target, in ofInt() method in ObjectAnimator 260 public static @NonNull ObjectAnimator ofInt(@NonNull Object target, in ofInt() method in ObjectAnimator 283 public static <T> @NonNull ObjectAnimator ofInt(@NonNull T target, in ofInt() method in ObjectAnimator 303 public static <T> @NonNull ObjectAnimator ofInt(@NonNull T target, in ofInt() method in ObjectAnimator
|
| D | KeyframeSet.java | 70 static KeyframeSet<Integer> ofInt(int... values) { in ofInt() method in KeyframeSet
|
| D | PropertyValuesHolder.java | 150 public static @NonNull PropertyValuesHolder ofInt(@NonNull String propertyName, in ofInt() method in PropertyValuesHolder 162 public static @NonNull PropertyValuesHolder ofInt(@NonNull Property<?, Integer> property, in ofInt() method in PropertyValuesHolder
|
| D | ValueAnimator.java | 302 public static @NonNull ValueAnimator ofInt(int @NonNull ... values) { in ofInt() method in ValueAnimator
|