Searched refs:sQuinticInterpolator (Results 1 – 3 of 3) sorted by relevance
372 assertSame(RecyclerView.sQuinticInterpolator, mRecyclerView.mViewFlinger.mInterpolator); in smoothScrollWithCustomInterpolator()
480 static final Interpolator sQuinticInterpolator = new Interpolator() { field in RecyclerView4629 Interpolator mInterpolator = sQuinticInterpolator;4639 mScroller = new OverScroller(getContext(), sQuinticInterpolator); in ViewFlinger()4827 smoothScrollBy(dx, dy, duration, sQuinticInterpolator); in smoothScrollBy()4832 interpolator == null ? sQuinticInterpolator : interpolator); in smoothScrollBy()
549 static final Interpolator sQuinticInterpolator = new Interpolator() { field in RecyclerView4979 Interpolator mInterpolator = sQuinticInterpolator;4988 mScroller = new OverScroller(getContext(), sQuinticInterpolator); in ViewFlinger()5178 smoothScrollBy(dx, dy, duration, sQuinticInterpolator); in smoothScrollBy()5183 interpolator == null ? sQuinticInterpolator : interpolator); in smoothScrollBy()