Searched refs:AGGRESSIVE_EASE_IN_OUT (Results 1 – 2 of 2) sorted by relevance
26 import static com.android.launcher3.anim.Interpolators.AGGRESSIVE_EASE_IN_OUT;117 builder.getInterpolator(ANIM_OVERVIEW_FADE, AGGRESSIVE_EASE_IN_OUT)); in setStateWithAnimationInternal()
59 public static final Interpolator AGGRESSIVE_EASE_IN_OUT = new PathInterpolator(0.6f,0, 0.4f, 1); field in Interpolators