Searched refs:LinearSmoothScroller (Results 1 – 3 of 3) 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()
36 import androidx.recyclerview.widget.LinearSmoothScroller;353 protected LinearSmoothScroller createScroller(LayoutManager layoutManager) {354 return new LinearSmoothScroller(getContext()) {