Searched refs:LinearSmoothScroller (Results 1 – 2 of 2) sorted by relevance
38 public class LinearSmoothScroller extends RecyclerView.SmoothScroller { class95 public LinearSmoothScroller(Context context) { in LinearSmoothScroller() method in LinearSmoothScroller
436 LinearSmoothScroller linearSmoothScroller = in smoothScrollToPosition()437 new LinearSmoothScroller(recyclerView.getContext()); in smoothScrollToPosition()