Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DScrollViewScrollHandlingDelegate.java73 scrollView.pageScroll(ScrollView.FOCUS_DOWN); in pageScrollDown()
/frameworks/base/core/java/android/widget/
DGridView.java1714 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP); in commonKey()
1722 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN); in commonKey()
1783 boolean pageScroll(int direction) { in pageScroll() method
DScrollView.java536 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN); in executeKeyEvent()
1124 public boolean pageScroll(int direction) { in pageScroll() method in ScrollView
DHorizontalScrollView.java503 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT); in executeKeyEvent()
1101 public boolean pageScroll(int direction) { in pageScroll() method in HorizontalScrollView
DListView.java2451 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
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37600 method public boolean pageScroll(int);
38309 method public boolean pageScroll(int);
/frameworks/base/api/
Dcurrent.txt55798 method public boolean pageScroll(int);
56620 method public boolean pageScroll(int);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88283 Landroid/widget/GridView;->pageScroll(I)Z
88540 Landroid/widget/ListView;->pageScroll(I)Z