Home
last modified time | relevance | path

Searched refs:arrowScroll (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListManagedCursorTest.java61 int firstVisiblePosition = arrowScroll(inst); in testKeyScrolling()
79 int firstVisiblePosition = arrowScroll(inst); in testKeyScrollingToTouchMode()
90 public int arrowScroll(Instrumentation inst) { in arrowScroll() method in ListManagedCursorTest
/frameworks/support/core-ui/tests/java/android/support/v4/view/
DViewPagerActions.java143 public static ViewAction arrowScroll(final int direction) {
160 viewPager.arrowScroll(direction);
DBaseViewPagerTest.java39 import static android.support.v4.view.ViewPagerActions.arrowScroll;
409 verifyPageChangeViewActions(arrowScroll(View.FOCUS_RIGHT), arrowScroll(View.FOCUS_LEFT)); in testArrowPageChanges()
/frameworks/base/core/java/android/widget/
DGridView.java1666 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_LEFT); in commonKey()
1672 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_RIGHT); in commonKey()
1678 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP); in commonKey()
1686 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN); in commonKey()
1818 boolean arrowScroll(int direction) { in arrowScroll() method
DHorizontalScrollView.java393 handled = arrowScroll(View.FOCUS_LEFT); in executeKeyEvent()
400 handled = arrowScroll(View.FOCUS_RIGHT); in executeKeyEvent()
1102 public boolean arrowScroll(int direction) { in arrowScroll() method in HorizontalScrollView
DScrollView.java421 handled = arrowScroll(View.FOCUS_UP); in executeKeyEvent()
428 handled = arrowScroll(View.FOCUS_DOWN); in executeKeyEvent()
1117 public boolean arrowScroll(int direction) { in arrowScroll() method in ScrollView
DListView.java2387 if (arrowScroll(FOCUS_UP)) { in commonKey()
2404 if (arrowScroll(FOCUS_DOWN)) { in commonKey()
2462 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN); in commonKey()
2464 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP); in commonKey()
2639 boolean arrowScroll(int direction) { in arrowScroll() method in ListView
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2448 handled = arrowScroll(FOCUS_LEFT);
2451 handled = arrowScroll(FOCUS_RIGHT);
2455 handled = arrowScroll(FOCUS_FORWARD);
2457 handled = arrowScroll(FOCUS_BACKWARD);
2465 public boolean arrowScroll(int direction) {
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java576 handled = arrowScroll(View.FOCUS_UP); in executeKeyEvent()
583 handled = arrowScroll(View.FOCUS_DOWN); in executeKeyEvent()
1232 public boolean arrowScroll(int direction) { in arrowScroll() method in NestedScrollView
/frameworks/support/core-ui/java/android/support/v4/view/
DViewPager.java2755 handled = arrowScroll(FOCUS_LEFT);
2762 handled = arrowScroll(FOCUS_RIGHT);
2767 handled = arrowScroll(FOCUS_FORWARD);
2769 handled = arrowScroll(FOCUS_BACKWARD);
2784 public boolean arrowScroll(int direction) {
/frameworks/support/core-ui/api/
Dcurrent.txt136 method public boolean arrowScroll(int);
442 method public boolean arrowScroll(int);
D26.0.0.txt136 method public boolean arrowScroll(int);
442 method public boolean arrowScroll(int);
/frameworks/support/api/
D22.1.0.txt3835 method public boolean arrowScroll(int);
4439 method public boolean arrowScroll(int);
D22.2.0.txt4236 method public boolean arrowScroll(int);
4853 method public boolean arrowScroll(int);
D22.2.1.txt4265 method public boolean arrowScroll(int);
4882 method public boolean arrowScroll(int);
D24.2.0.txt6415 method public boolean arrowScroll(int);
7193 method public boolean arrowScroll(int);
D25.0.0.txt6482 method public boolean arrowScroll(int);
7261 method public boolean arrowScroll(int);
D25.2.0.txt6893 method public boolean arrowScroll(int);
7672 method public boolean arrowScroll(int);
D25.1.0.txt6893 method public boolean arrowScroll(int);
7672 method public boolean arrowScroll(int);
D23.0.0.txt4938 method public boolean arrowScroll(int);
5646 method public boolean arrowScroll(int);
D23.4.0.txt5627 method public boolean arrowScroll(int);
6340 method public boolean arrowScroll(int);
D23.1.0.txt5234 method public boolean arrowScroll(int);
5942 method public boolean arrowScroll(int);
D23.1.1.txt5197 method public boolean arrowScroll(int);
5905 method public boolean arrowScroll(int);
D25.3.0.txt7325 method public boolean arrowScroll(int);
8104 method public boolean arrowScroll(int);
D23.2.1.txt5615 method public boolean arrowScroll(int);
6328 method public boolean arrowScroll(int);

12