Searched defs:scrollBy (Results 1 – 4 of 4) sorted by relevance
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
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
559 public void scrollBy(int x, int y) { in scrollBy() method in PagedView