Home
last modified time | relevance | path

Searched defs:CubicBezierInterpolator (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DCubicBezierInterpolator.java25 public class CubicBezierInterpolator implements Interpolator { class
31 public CubicBezierInterpolator(final float x1, final float y1, final float x2, final float y2) { in CubicBezierInterpolator() method in CubicBezierInterpolator