Searched defs:scrollBy (Results 1 – 6 of 6) sorted by relevance
226 abstract void scrollBy(int dy); in scrollBy() method in ViewAutoScroller.ScrollHost265 void scrollBy(int dy) { in scrollBy() method in ViewAutoScroller.RuntimeHost
133 void scrollBy(int distance) { in scrollBy() method in ViewAutoScrollerTest.TestHost
600 int scrollBy(int dt, RecyclerView.Recycler recycler, RecyclerView.State state) { in scrollBy() method in BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager
452 protected void scrollBy(final int dt) throws Throwable { in scrollBy() method in BaseRecyclerViewInstrumentationTest
1476 int scrollBy(int delta, RecyclerView.Recycler recycler, RecyclerView.State state) { in scrollBy() method
2051 public void scrollBy(int x, int y) { in scrollBy() method in RecyclerView