Searched refs:smoothScroller (Results 1 – 1 of 1) sorted by relevance
593 public void smoothScrollToPosition(int position, RecyclerView.SmoothScroller smoothScroller) { in smoothScrollToPosition() argument595 layoutManager.setCustomSmoothScroller(smoothScroller); in smoothScrollToPosition()1125 public void setCustomSmoothScroller(RecyclerView.SmoothScroller smoothScroller) { in setCustomSmoothScroller() argument1126 mSmoothScroller = smoothScroller; in setCustomSmoothScroller()