Home | History | Annotate | Download | only in animation

Lines Matching defs:ofInt

333     public static ValueAnimator ofInt(int... values) {
436 setValues(PropertyValuesHolder.ofInt("", values));
570 * duration, as in <code>ValueAnimator.ofInt(0, 10).setDuration(500).start()</code>.