Searched defs:scrollBy (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseStaggeredGridLayoutManagerTest.java583 int scrollBy(int dt, RecyclerView.Recycler recycler, RecyclerView.State state) { method in class:BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager
585 int result = super.scrollBy(dt, recycler, state);
H A DBaseRecyclerViewInstrumentationTest.java404 protected void scrollBy(final int dt) throws Throwable { method in class:BaseRecyclerViewInstrumentationTest
409 mRecyclerView.scrollBy(dt, 0);
411 mRecyclerView.scrollBy(0, dt);
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java885 fixOffset = -scrollBy(-gap, recycler, state);
911 fixOffset = -scrollBy(gap, recycler, state);
1040 return scrollBy(dx, recycler, state);
1052 return scrollBy(dy, recycler, state);
1297 int scrollBy(int dy, RecyclerView.Recycler recycler, RecyclerView.State state) { method in class:LinearLayoutManager
2109 * The most recent {@link #scrollBy(int, RecyclerView.Recycler, RecyclerView.State)}
H A DRecyclerView.java1558 public void scrollBy(int x, int y) { method in class:RecyclerView
1888 * {@link #scrollBy(int, int)}, {@link #scrollToPosition(int)} and
5745 // TODO: consider cancelling an animation when an item is removed scrollBy,
8965 parent.scrollBy(dx, dy);
9559 mRecyclerView.scrollBy(hScroll, vScroll);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java909 fixOffset = -scrollBy(-gap, recycler, state);
935 fixOffset = -scrollBy(gap, recycler, state);
1064 return scrollBy(dx, recycler, state);
1076 return scrollBy(dy, recycler, state);
1322 int scrollBy(int dy, RecyclerView.Recycler recycler, RecyclerView.State state) { method in class:LinearLayoutManager
2198 * The most recent {@link #scrollBy(int, RecyclerView.Recycler, RecyclerView.State)}
H A DStaggeredGridLayoutManager.java1381 fixOffset = -scrollBy(-gap, recycler, state);
1400 fixOffset = scrollBy(gap, recycler, state);
1996 return scrollBy(dx, recycler, state);
2002 return scrollBy(dy, recycler, state);
2136 int scrollBy(int dt, RecyclerView.Recycler recycler, RecyclerView.State state) { method in class:StaggeredGridLayoutManager
H A DRecyclerView.java1685 public void scrollBy(int x, int y) { method in class:RecyclerView
2018 * {@link #scrollBy(int, int)}, {@link #scrollToPosition(int)} and
5956 // TODO: consider cancelling an animation when an item is removed scrollBy,
9322 parent.scrollBy(dx, dy);
9976 mRecyclerView.scrollBy(hScroll, vScroll);
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java851 scrollBy(0, amountToScroll);
932 scrollBy(0, deltaMoveY);
1104 scrollBy(0, currentScrollerY - mPreviousScrollerY);
1126 public void scrollBy(int x, int y) { method in class:NumberPicker
/frameworks/base/core/java/android/view/
H A DView.java580 * {@link #scrollBy(int, int)}, {@link #scrollTo(int, int)}, and
13497 * {@link #scrollBy(int, int)} or {@link #scrollTo(int, int)} having been
15253 public void scrollBy(int x, int y) { method in class:View
15273 * <p>This method is automatically invoked by {@link #scrollBy(int, int)}
15279 * @see #scrollBy(int, int)
15331 * @see #scrollBy(int, int)
15373 * @see #scrollBy(int, int)

Completed in 296 milliseconds