Home
last modified time | relevance | path

Searched refs:pageScroll (Results 1 – 9 of 9) 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/
DScrollView.java565 handled = pageScroll(View.FOCUS_UP); in executeKeyEvent()
568 handled = pageScroll(View.FOCUS_DOWN); in executeKeyEvent()
571 handled = pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN); in executeKeyEvent()
1243 public boolean pageScroll(int direction) { in pageScroll() method in ScrollView
DGridView.java1715 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP); in commonKey()
1723 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN); in commonKey()
1784 boolean pageScroll(int direction) { in pageScroll() method
DHorizontalScrollView.java520 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT); in executeKeyEvent()
1159 public boolean pageScroll(int direction) { in pageScroll() method in HorizontalScrollView
DListView.java2445 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP); in commonKey()
2453 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN); in commonKey()
2514 boolean pageScroll(int direction) { in pageScroll() method in ListView
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37600 method public boolean pageScroll(int);
38309 method public boolean pageScroll(int);
/frameworks/base/core/api/
Dcurrent.txt59470 method public boolean pageScroll(int);
60374 method public boolean pageScroll(int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt67314 Landroid/widget/GridView;->pageScroll(I)Z
67552 Landroid/widget/ListView;->pageScroll(I)Z