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.java4654 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 RecyclerView
10615 public SmoothScroller() { in SmoothScroller() method in RecyclerView.SmoothScroller
DLinearLayoutManager.java41 ItemTouchHelper.ViewDropHandler, RecyclerView.SmoothScroller.ScrollVectorProvider {