Home
last modified time | relevance | path

Searched refs:pageScroll (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
DGridView.java1684 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN); in commonKey()
1686 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP); in commonKey()
1693 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP); in commonKey()
1701 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN); in commonKey()
1765 boolean pageScroll(int direction) { in pageScroll() method
DListView.java2233 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN); in commonKey()
2235 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP); in commonKey()
2243 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP); in commonKey()
2251 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN); in commonKey()
2316 boolean pageScroll(int direction) { in pageScroll() method in ListView
DScrollView.java414 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN); in executeKeyEvent()
976 public boolean pageScroll(int direction) { in pageScroll() method in ScrollView
DHorizontalScrollView.java387 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT); in executeKeyEvent()
965 public boolean pageScroll(int direction) { in pageScroll() method in HorizontalScrollView
/frameworks/base/api/
Dsystem-current.txt40131 method public boolean pageScroll(int);
40840 method public boolean pageScroll(int);
Dcurrent.txt37602 method public boolean pageScroll(int);
38311 method public boolean pageScroll(int);