Searched defs:ofInt (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/core/java/android/animation/ |
| D | Keyframe.java | 82 public static Keyframe ofInt(float fraction, int value) { in ofInt() method in Keyframe 98 public static Keyframe ofInt(float fraction) { in ofInt() method in Keyframe
|
| D | ObjectAnimator.java | 217 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt() method in ObjectAnimator 240 public static ObjectAnimator ofInt(Object target, String xPropertyName, String yPropertyName, in ofInt() method in ObjectAnimator 262 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() method in ObjectAnimator 281 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> xProperty, in ofInt() method in ObjectAnimator
|
| D | KeyframeSet.java | 66 public static KeyframeSet ofInt(int... values) { in ofInt() method in KeyframeSet
|
| D | PropertyValuesHolder.java | 157 public static PropertyValuesHolder ofInt(String propertyName, int... values) { in ofInt() method in PropertyValuesHolder 168 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() method in PropertyValuesHolder
|
| D | ValueAnimator.java | 286 public static ValueAnimator ofInt(int... values) { in ofInt() method in ValueAnimator
|