Searched defs:scrollBy (Results 1 – 4 of 4) sorted by relevance
144 public void scrollBy(int dy) {} in scrollBy() method in ViewAutoScroller.ScrollerCallbacks
209 public void scrollBy(int dy) { in scrollBy() method in DragScrollListenerTest.TestScrollActionDelegate
1054 final int scrollBy = Math.min(scrolled - dy, hangingTop); in scrollVerticallyBy() local1072 final int scrollBy = Math.min(-dy + scrolled, maxScroll - topView.getTop()); in scrollVerticallyBy() local1085 final int scrollBy = -Math.min(dy - scrolled, hangingBottom); in scrollVerticallyBy() local1099 final int scrollBy = in scrollVerticallyBy() local
550 public void scrollBy(int x, int y) { in scrollBy() method in GridViewSpecial