Home
last modified time | relevance | path

Searched defs:scrollToPositionWithOffset (Results 1 – 6 of 6) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DLinearLayoutManagerSavedStateTest.java374 void scrollToPositionWithOffset(final int position, final int offset) { in scrollToPositionWithOffset() method in LinearLayoutManagerSavedStateTest.PostLayoutRunnable
DStaggeredGridLayoutManagerSavedStateTest.java294 public void scrollToPositionWithOffset(int position, int offset) throws Throwable { in scrollToPositionWithOffset() method in StaggeredGridLayoutManagerSavedStateTest.PostLayoutRunnable
DAsyncListUtilLayoutTest.java157 void scrollToPositionWithOffset(final int position, final int offset) throws Throwable { in scrollToPositionWithOffset() method in AsyncListUtilLayoutTest
DBaseLinearLayoutManagerTest.java183 void scrollToPositionWithOffset(final int position, final int offset) throws Throwable { in scrollToPositionWithOffset() method in BaseLinearLayoutManagerTest
DBaseStaggeredGridLayoutManagerTest.java268 protected void scrollToPositionWithOffset(final int position, final int offset) in scrollToPositionWithOffset() method in BaseStaggeredGridLayoutManagerTest
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DLinearLayoutManager.java1186 public void scrollToPositionWithOffset(int position, int offset) { in scrollToPositionWithOffset() method