Searched defs:LINEAR_OUT_SLOW_IN (Results 1 – 3 of 3) sorted by relevance
28 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in Interpolators
29 private static Interpolator LINEAR_OUT_SLOW_IN = null; field in InterpolatorHelper
24 public static final UnitCurve LINEAR_OUT_SLOW_IN = new UnitBezier(0.0f, 0.0f, 0.2f, 1.0f); field in UnitCurves