/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListManagedCursorTest.java | 61 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/ |
D | ViewPagerActions.java | 143 public static ViewAction arrowScroll(final int direction) { 160 viewPager.arrowScroll(direction);
|
D | BaseViewPagerTest.java | 39 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/ |
D | GridView.java | 1666 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
|
D | HorizontalScrollView.java | 393 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
|
D | ScrollView.java | 421 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
|
D | ListView.java | 2387 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/ |
D | ViewPager.java | 2448 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/ |
D | NestedScrollView.java | 576 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/ |
D | ViewPager.java | 2755 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/ |
D | current.txt | 136 method public boolean arrowScroll(int); 442 method public boolean arrowScroll(int);
|
D | 26.0.0.txt | 136 method public boolean arrowScroll(int); 442 method public boolean arrowScroll(int);
|
/frameworks/support/api/ |
D | 22.1.0.txt | 3835 method public boolean arrowScroll(int); 4439 method public boolean arrowScroll(int);
|
D | 22.2.0.txt | 4236 method public boolean arrowScroll(int); 4853 method public boolean arrowScroll(int);
|
D | 22.2.1.txt | 4265 method public boolean arrowScroll(int); 4882 method public boolean arrowScroll(int);
|
D | 24.2.0.txt | 6415 method public boolean arrowScroll(int); 7193 method public boolean arrowScroll(int);
|
D | 25.0.0.txt | 6482 method public boolean arrowScroll(int); 7261 method public boolean arrowScroll(int);
|
D | 25.2.0.txt | 6893 method public boolean arrowScroll(int); 7672 method public boolean arrowScroll(int);
|
D | 25.1.0.txt | 6893 method public boolean arrowScroll(int); 7672 method public boolean arrowScroll(int);
|
D | 23.0.0.txt | 4938 method public boolean arrowScroll(int); 5646 method public boolean arrowScroll(int);
|
D | 23.4.0.txt | 5627 method public boolean arrowScroll(int); 6340 method public boolean arrowScroll(int);
|
D | 23.1.0.txt | 5234 method public boolean arrowScroll(int); 5942 method public boolean arrowScroll(int);
|
D | 23.1.1.txt | 5197 method public boolean arrowScroll(int); 5905 method public boolean arrowScroll(int);
|
D | 25.3.0.txt | 7325 method public boolean arrowScroll(int); 8104 method public boolean arrowScroll(int);
|
D | 23.2.1.txt | 5615 method public boolean arrowScroll(int); 6328 method public boolean arrowScroll(int);
|