Searched defs:ofInt (Results 1 – 6 of 6) 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 | 243 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt() method in ObjectAnimator 266 public static ObjectAnimator ofInt(Object target, String xPropertyName, String yPropertyName, in ofInt() method in ObjectAnimator 289 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() method in ObjectAnimator 308 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 | ValueAnimator.java | 294 public static ValueAnimator ofInt(int... values) { in ofInt() method in ValueAnimator
|
D | PropertyValuesHolder.java | 156 public static PropertyValuesHolder ofInt(String propertyName, int... values) { in ofInt() method in PropertyValuesHolder 167 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() method in PropertyValuesHolder
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | TouchAnimator.java | 221 public static KeyframeSet ofInt(Property property, int... values) { in ofInt() method in TouchAnimator.KeyframeSet
|