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