Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DAsyncListUtilLayoutTest.java134 void scrollToPositionWithOffset(final int position, final int offset) throws Throwable { in scrollToPositionWithOffset() method in AsyncListUtilLayoutTest
DLinearLayoutManagerTest.java1096 void scrollToPositionWithOffset(final int position, final int offset) throws Throwable { in scrollToPositionWithOffset() method in LinearLayoutManagerTest
DStaggeredGridLayoutManagerTest.java1488 private void scrollToPositionWithOffset(final int position, final int offset) throws Throwable { in scrollToPositionWithOffset() method in StaggeredGridLayoutManagerTest
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLinearLayoutManager.java988 public void scrollToPositionWithOffset(int position, int offset) { in scrollToPositionWithOffset() method