Searched refs:pageScroll (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
H A DScrollViewScrollHandlingDelegate.java77 mScrollView.pageScroll(ScrollView.FOCUS_DOWN);
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
H A DNestedScrollViewTest.java159 mNestedScrollView.pageScroll(View.FOCUS_DOWN);
/frameworks/base/core/java/android/widget/
H A DGridView.java1699 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP);
1707 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN);
1768 boolean pageScroll(int direction) { method in class:GridView
H A DHorizontalScrollView.java406 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT);
1003 public boolean pageScroll(int direction) { method in class:HorizontalScrollView
H A DScrollView.java434 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN);
1018 public boolean pageScroll(int direction) { method in class:ScrollView
H A DListView.java2430 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP);
2438 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN);
2499 boolean pageScroll(int direction) { method in class:ListView
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java637 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN);
1183 public boolean pageScroll(int direction) { method in class:NestedScrollView

Completed in 108 milliseconds