Home
last modified time | relevance | path

Searched refs:SmoothScroller (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLinearSmoothScroller.java38 public class LinearSmoothScroller extends RecyclerView.SmoothScroller {
DRecyclerView.java4775 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 { class
10736 public SmoothScroller() { in SmoothScroller() method in RecyclerView.SmoothScroller
DLinearLayoutManager.java41 ItemTouchHelper.ViewDropHandler, RecyclerView.SmoothScroller.ScrollVectorProvider {