Searched defs:pageScroll (Results 1 - 6 of 6) sorted by relevance

/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.java1690 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN);
1692 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP);
1699 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP);
1707 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN);
1771 boolean pageScroll(int direction) { method in class:GridView
H A DHorizontalScrollView.java390 pageScroll(event.isShiftPressed() ? View.FOCUS_LEFT : View.FOCUS_RIGHT);
978 public boolean pageScroll(int direction) { method in class:HorizontalScrollView
H A DListView.java2245 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN);
2247 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP);
2255 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_UP);
2263 handled = resurrectSelectionIfNeeded() || pageScroll(FOCUS_DOWN);
2328 boolean pageScroll(int direction) { method in class:ListView
H A DScrollView.java424 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN);
997 public boolean pageScroll(int direction) { method in class:ScrollView
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java511 pageScroll(event.isShiftPressed() ? View.FOCUS_UP : View.FOCUS_DOWN);
1055 public boolean pageScroll(int direction) { method in class:NestedScrollView

Completed in 182 milliseconds