Searched defs:EASE_OUT_EASE_IN (Results 1 – 2 of 2) sorted by relevance
38 public static final Interpolator EASE_OUT_EASE_IN = PathInterpolatorCompat.create( field in AnimUtils
34 public static final Interpolator EASE_OUT_EASE_IN = new PathInterpolator(0.4f, 0, 0.2f, 1); field in AnimUtils