Searched defs:LINEAR_OUT_SLOW_IN (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/motion/
H A DInterpolatorHelper.java29 private static Interpolator LINEAR_OUT_SLOW_IN = null; field in class:InterpolatorHelper
33 if (LINEAR_OUT_SLOW_IN != null) {
34 return LINEAR_OUT_SLOW_IN;
38 LINEAR_OUT_SLOW_IN = AnimationUtils.loadInterpolator(
41 LINEAR_OUT_SLOW_IN = new DecelerateInterpolator();
43 return LINEAR_OUT_SLOW_IN;
H A DUnitCurves.java24 public static final UnitCurve LINEAR_OUT_SLOW_IN = new UnitBezier(0.0f, 0.0f, 0.2f, 1.0f); field in class:UnitCurves
/packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
H A DInterpolators.java28 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in class:Interpolators
/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DInterpolators.java30 public static final Interpolator LINEAR_OUT_SLOW_IN = new PathInterpolator(0f, 0f, 0.2f, 1f); field in class:Interpolators

Completed in 72 milliseconds