Searched refs:sQuinticInterpolator (Results 1 – 1 of 1) sorted by relevance
481 static final Interpolator sQuinticInterpolator = new Interpolator() { field in RecyclerView4751 Interpolator mInterpolator = sQuinticInterpolator;4761 mScroller = new OverScroller(getContext(), sQuinticInterpolator); in ViewFlinger()4949 smoothScrollBy(dx, dy, duration, sQuinticInterpolator); in smoothScrollBy()4954 interpolator == null ? sQuinticInterpolator : interpolator); in smoothScrollBy()