Searched defs:EASE_IN (Results 1 – 2 of 2) sorted by relevance
32 public static final Interpolator EASE_IN = new PathInterpolator(0.0f, 0.0f, 0.2f, 1.0f); field in AnimUtils
34 public static final Interpolator EASE_IN = PathInterpolatorCompat.create( field in AnimUtils