Searched refs:pageScroll (Results 1 – 8 of 8) sorted by relevance
73 scrollView.pageScroll(ScrollView.FOCUS_DOWN); in pageScrollDown()
1714 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP); in commonKey()1722 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN); in commonKey()1783 boolean pageScroll(int direction) { in pageScroll() method
536 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN); in executeKeyEvent()1124 public boolean pageScroll(int direction) { in pageScroll() method in ScrollView
503 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT); in executeKeyEvent()1101 public boolean pageScroll(int direction) { in pageScroll() method in HorizontalScrollView
2451 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP); in commonKey()2459 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN); in commonKey()2520 boolean pageScroll(int direction) { in pageScroll() method in ListView
37600 method public boolean pageScroll(int);38309 method public boolean pageScroll(int);
55798 method public boolean pageScroll(int);56620 method public boolean pageScroll(int);
88283 Landroid/widget/GridView;->pageScroll(I)Z88540 Landroid/widget/ListView;->pageScroll(I)Z