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

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DRequireScrollHelper.java52 mScrollView.pageScroll(ScrollView.FOCUS_DOWN);
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DRequireScrollHelperTest.java95 public boolean pageScroll(int direction) { method in class:RequireScrollHelperTest.TestBottomScrollView
101 return super.pageScroll(direction);
/frameworks/base/core/java/android/widget/
H A DGridView.java1694 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP);
1702 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN);
1766 boolean pageScroll(int direction) { method in class:GridView
H A DHorizontalScrollView.java398 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT);
990 public boolean pageScroll(int direction) { method in class:HorizontalScrollView
H A DScrollView.java424 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN);
1003 public boolean pageScroll(int direction) { method in class:ScrollView
H A DListView.java2348 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP);
2356 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN);
2417 boolean pageScroll(int direction) { method in class:ListView
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java559 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN);
1107 public boolean pageScroll(int direction) { method in class:NestedScrollView

Completed in 93 milliseconds