Searched refs:smoothScroller (Results 1 – 2 of 2) sorted by relevance
706 RecyclerView.SmoothScroller smoothScroller = mSnapHelper.createScroller(layoutManager); in scrollToPosition() local707 smoothScroller.setTargetPosition(position); in scrollToPosition()709 layoutManager.startSmoothScroll(smoothScroller); in scrollToPosition()
592 public void smoothScrollToPosition(int position, RecyclerView.SmoothScroller smoothScroller) { in smoothScrollToPosition() argument594 layoutManager.setCustomSmoothScroller(smoothScroller); in smoothScrollToPosition()1124 public void setCustomSmoothScroller(RecyclerView.SmoothScroller smoothScroller) { in setCustomSmoothScroller() argument1125 mSmoothScroller = smoothScroller; in setCustomSmoothScroller()