Searched defs:ofInt (Results 1 – 5 of 5) sorted by relevance
73 public static Keyframe ofInt(float fraction, int value) { in ofInt() method in Keyframe89 public static Keyframe ofInt(float fraction) { in ofInt() method in Keyframe
206 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt() method in ObjectAnimator224 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() method in ObjectAnimator
51 public static KeyframeSet ofInt(int... values) { in ofInt() method in KeyframeSet
152 public static PropertyValuesHolder ofInt(String propertyName, int... values) { in ofInt() method in PropertyValuesHolder163 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() method in PropertyValuesHolder
276 public static ValueAnimator ofInt(int... values) { in ofInt() method in ValueAnimator