Searched defs:Interpolator (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DInterpolator.java26 public interface Interpolator extends TimeInterpolator { interface in inherits:TimeInterpolator
28 // package. This older Interpolator interface extends TimeInterpolator so that users of
29 // the new Animator-based animations can use either the old Interpolator implementations or
/frameworks/base/graphics/java/android/graphics/
H A DInterpolator.java21 public class Interpolator { class
23 public Interpolator(int valueCount) { method in class:Interpolator
29 public Interpolator(int valueCount, int frameCount) { method in class:Interpolator
36 * Reset the Interpolator to have the specified number of values and an
45 * Reset the Interpolator to have the specified number of values and
132 * Interpolator. Based on the SystemClock.uptimeMillis() clock

Completed in 1685 milliseconds