Searched refs:SmoothScroller (Results 1 – 3 of 3) sorted by relevance
38 public class LinearSmoothScroller extends RecyclerView.SmoothScroller {
4654 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run()6815 SmoothScroller mSmoothScroller;7585 public void startSmoothScroll(SmoothScroller smoothScroller) { in startSmoothScroll()9282 private void onSmoothScrollerStopped(SmoothScroller smoothScroller) { in onSmoothScrollerStopped()10599 public abstract static class SmoothScroller { class in RecyclerView10615 public SmoothScroller() { in SmoothScroller() method in RecyclerView.SmoothScroller
41 ItemTouchHelper.ViewDropHandler, RecyclerView.SmoothScroller.ScrollVectorProvider {