Searched refs:CubicBezierInterpolator (Results 1 – 2 of 2) sorted by relevance
25 public class CubicBezierInterpolator implements Interpolator { class31 public CubicBezierInterpolator(final float x1, final float y1, final float x2, final float y2) { in CubicBezierInterpolator() method in CubicBezierInterpolator
77 public static final Interpolator DEFAULT_INTERPOLATOR = new CubicBezierInterpolator(80 public static final Interpolator EASE_IN_INTERPOLATOR = new CubicBezierInterpolator(83 public static final Interpolator EASE_OUT_INTERPOLATOR = new CubicBezierInterpolator(