Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerSavedStateTest.java239 public void scrollToPositionWithOffset(int position, int offset) throws Throwable { in scrollToPositionWithOffset() method in StaggeredGridLayoutManagerSavedStateTest.PostLayoutRunnable
DLinearLayoutManagerSavedStateTest.java370 void scrollToPositionWithOffset(final int position, final int offset) { in scrollToPositionWithOffset() method in LinearLayoutManagerSavedStateTest.PostLayoutRunnable
DAsyncListUtilLayoutTest.java151 void scrollToPositionWithOffset(final int position, final int offset) throws Throwable { in scrollToPositionWithOffset() method in AsyncListUtilLayoutTest
DBaseLinearLayoutManagerTest.java167 void scrollToPositionWithOffset(final int position, final int offset) throws Throwable { in scrollToPositionWithOffset() method in BaseLinearLayoutManagerTest
DBaseStaggeredGridLayoutManagerTest.java247 protected void scrollToPositionWithOffset(final int position, final int offset) in scrollToPositionWithOffset() method in BaseStaggeredGridLayoutManagerTest
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java1012 public void scrollToPositionWithOffset(int position, int offset) { in scrollToPositionWithOffset() method