Home
last modified time | relevance | path

Searched refs:CubicBezierInterpolator (Results 1 – 2 of 2) 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
DUiUtils.java77 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(