Home
last modified time | relevance | path

Searched defs:smoothScrollToPosition (Results 1 – 4 of 4) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewSmoothScrollToPositionTest.kt101 override fun smoothScrollToPosition( in smoothScroll_whenSmoothScrollerStops_destinationReached() method
DBaseRecyclerViewInstrumentationTest.java490 void smoothScrollToPosition(final int position) throws Throwable { in smoothScrollToPosition() method in BaseRecyclerViewInstrumentationTest
494 void smoothScrollToPosition(final int position, boolean assertArrival) throws Throwable { in smoothScrollToPosition() method in BaseRecyclerViewInstrumentationTest
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DLinearLayoutManager.java581 public void smoothScrollToPosition(RecyclerView recyclerView, RecyclerView.State state, in smoothScrollToPosition() method in LinearLayoutManager
DRecyclerView.java1960 public void smoothScrollToPosition(int position) { in smoothScrollToPosition() method in RecyclerView
9439 public void smoothScrollToPosition(RecyclerView recyclerView, State state, in smoothScrollToPosition() method in RecyclerView.LayoutManager