Searched refs:createScroller (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
H A DScrollerCompatTestBase.java44 protected void createScroller(Interpolator interpolator) method in class:ScrollerCompatTestBase
55 createScroller(null);
71 createScroller(null);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DSnapHelper.java161 RecyclerView.SmoothScroller smoothScroller = createScroller(layoutManager);
208 protected RecyclerView.SmoothScroller createScroller(RecyclerView.LayoutManager layoutManager) { method in class:SnapHelper
219 * @deprecated use {@link #createScroller(RecyclerView.LayoutManager)} instead.
/frameworks/support/car/src/main/java/androidx/car/widget/
H A DPagedSnapHelper.java240 protected RecyclerView.SmoothScroller createScroller(RecyclerView.LayoutManager layoutManager) { method in class:PagedSnapHelper
H A DPagedListView.java529 RecyclerView.SmoothScroller smoothScroller = mSnapHelper.createScroller(layoutManager);

Completed in 300 milliseconds