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 | 240 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt() method in ObjectAnimator 263 public static ObjectAnimator ofInt(Object target, String xPropertyName, String yPropertyName, in ofInt() method in ObjectAnimator 285 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() method in ObjectAnimator 304 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> xProperty, in ofInt() method in ObjectAnimator
|
| D | KeyframeSet.java | 65 public static KeyframeSet ofInt(int... values) { in ofInt() method in KeyframeSet
|
| D | PropertyValuesHolder.java | 155 public static PropertyValuesHolder ofInt(String propertyName, int... values) { in ofInt() method in PropertyValuesHolder 166 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() method in PropertyValuesHolder
|
| D | ValueAnimator.java | 322 public static ValueAnimator ofInt(int... values) { in ofInt() method in ValueAnimator
|