Searched refs:createMonotoneCubicSpline (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DSpline.java47 return createMonotoneCubicSpline(x, y);
71 public static Spline createMonotoneCubicSpline(float[] x, float[] y) { method in class:Spline

Completed in 35 milliseconds