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

/frameworks/base/graphics/java/android/graphics/
H A DInterpolator.java118 * Calls timeToValues(msec, values) with the msec set to now (by calling
121 public Result timeToValues(float[] values) { method in class:Interpolator
122 return timeToValues((int)SystemClock.uptimeMillis(), values);
136 public Result timeToValues(int msec, float[] values) { method in class:Interpolator

Completed in 31 milliseconds