Searched refs:SmoothScroller (Results 1 – 3 of 3) sorted by relevance
593 public void smoothScrollToPosition(int position, RecyclerView.SmoothScroller smoothScroller) { in smoothScrollToPosition()835 private RecyclerView.SmoothScroller mSmoothScroller;837 private RecyclerView.SmoothScroller mDefaultSmoothScroller;1125 public void setCustomSmoothScroller(RecyclerView.SmoothScroller smoothScroller) { in setCustomSmoothScroller()1133 public RecyclerView.SmoothScroller getDefaultSmoothScroller(RecyclerView recyclerView) { in getDefaultSmoothScroller()1135 mDefaultSmoothScroller = new SmoothScroller( in getDefaultSmoothScroller()1143 RecyclerView.SmoothScroller scroller = mSmoothScroller; in smoothScrollToPosition()1302 private static class SmoothScroller extends LinearSmoothScroller { class in WearableListView1308 public SmoothScroller(Context context, WearableListView.LayoutManager manager) { in SmoothScroller() method in WearableListView.SmoothScroller
186 protected RecyclerView.SmoothScroller createScroller(RecyclerView.LayoutManager layoutManager) { in createScroller()
258 protected RecyclerView.SmoothScroller createScroller(@NonNull LayoutManager layoutManager) { in createScroller()