Searched refs:arrowScroll (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListManagedCursorTest.java61 int firstVisiblePosition = arrowScroll(inst);
79 int firstVisiblePosition = arrowScroll(inst);
90 public int arrowScroll(Instrumentation inst) { method in class:ListManagedCursorTest
/frameworks/support/core-ui/tests/java/android/support/v4/view/
H A DViewPagerActions.java141 * Scrolls <code>ViewPager</code> using arrowScroll method in a specified direction.
143 public static ViewAction arrowScroll(final int direction) { method in class:ViewPagerActions
160 viewPager.arrowScroll(direction);
H A DBaseViewPagerTest.java39 import static android.support.v4.view.ViewPagerActions.arrowScroll;
409 verifyPageChangeViewActions(arrowScroll(View.FOCUS_RIGHT), arrowScroll(View.FOCUS_LEFT));
/frameworks/base/core/java/android/widget/
H A DGridView.java1666 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_LEFT);
1672 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_RIGHT);
1678 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP);
1686 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN);
1818 boolean arrowScroll(int direction) { method in class:GridView
H A DHorizontalScrollView.java393 handled = arrowScroll(View.FOCUS_LEFT);
400 handled = arrowScroll(View.FOCUS_RIGHT);
1102 public boolean arrowScroll(int direction) { method in class:HorizontalScrollView
H A DScrollView.java421 handled = arrowScroll(View.FOCUS_UP);
428 handled = arrowScroll(View.FOCUS_DOWN);
1117 public boolean arrowScroll(int direction) { method in class:ScrollView
H A DListView.java2387 if (arrowScroll(FOCUS_UP)) {
2404 if (arrowScroll(FOCUS_DOWN)) {
2462 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN);
2464 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP);
2639 boolean arrowScroll(int direction) { method in class:ListView
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java576 handled = arrowScroll(View.FOCUS_UP);
583 handled = arrowScroll(View.FOCUS_DOWN);
1232 public boolean arrowScroll(int direction) { method in class:NestedScrollView
/frameworks/base/core/java/com/android/internal/widget/
H A 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) { method in class:ViewPager
2486 Log.e(TAG, "arrowScroll tried to find focus based on non-child " +
/frameworks/support/core-ui/java/android/support/v4/view/
H A 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) { method in class:ViewPager
2805 Log.e(TAG, "arrowScroll tried to find focus based on non-child "

Completed in 277 milliseconds