Searched refs:sQuinticInterpolator (Results 1 – 1 of 1) sorted by relevance
429 private static final Interpolator sQuinticInterpolator = new Interpolator() { field in RecyclerView4313 private Interpolator mInterpolator = sQuinticInterpolator;4323 mScroller = ScrollerCompat.create(getContext(), sQuinticInterpolator); in ViewFlinger()4507 smoothScrollBy(dx, dy, duration, sQuinticInterpolator); in smoothScrollBy()