Searched defs:scrollBy (Results 1 – 9 of 9) sorted by relevance
144 public void scrollBy(int dy); in scrollBy() method
167 public void scrollBy(int dy) { in scrollBy() method in BandControllerTest.TestSelectionEnvironment
423 public void scrollBy(int dy) { in scrollBy() method in BandController_GridModelTest.TestEnvironment
212 public void scrollBy(int dy) { in scrollBy() method in DragScrollListenerTest.TestScrollActionDelegate
1053 final int scrollBy = Math.min(scrolled - dy, hangingTop); in scrollVerticallyBy() local1071 final int scrollBy = Math.min(-dy + scrolled, maxScroll - topView.getTop()); in scrollVerticallyBy() local1084 final int scrollBy = -Math.min(dy - scrolled, hangingBottom); in scrollVerticallyBy() local1098 final int scrollBy = in scrollVerticallyBy() local
1137 public void scrollBy(int dy) { in scrollBy() method in BandController.RuntimeSelectionEnvironment
550 public void scrollBy(int x, int y) { in scrollBy() method in GridViewSpecial
405 public void scrollBy(int x, int y) { in scrollBy() method in PagedView
484 public void scrollBy(int x, int y) { in scrollBy() method in PagedView