Searched refs:SmoothScroller (Results 1 – 3 of 3) sorted by relevance
38 public class LinearSmoothScroller extends RecyclerView.SmoothScroller {
4775 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run()6936 SmoothScroller mSmoothScroller;7706 public void startSmoothScroll(SmoothScroller smoothScroller) { in startSmoothScroll()9403 private void onSmoothScrollerStopped(SmoothScroller smoothScroller) { in onSmoothScrollerStopped()10720 public abstract static class SmoothScroller { class10736 public SmoothScroller() { in SmoothScroller() method in RecyclerView.SmoothScroller
41 ItemTouchHelper.ViewDropHandler, RecyclerView.SmoothScroller.ScrollVectorProvider {