Searched refs:arrowScroll (Results 1 - 11 of 11) 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/compat/src/androidTest/java/androidx/core/widget/
H A DNestedScrollViewTest.java194 mNestedScrollView.arrowScroll(View.FOCUS_DOWN);
206 mNestedScrollView.arrowScroll(View.FOCUS_DOWN);
219 mNestedScrollView.arrowScroll(View.FOCUS_UP);
231 boolean actualResult = mNestedScrollView.arrowScroll(View.FOCUS_DOWN);
243 boolean actualResult = mNestedScrollView.arrowScroll(View.FOCUS_DOWN);
/frameworks/support/viewpager/src/androidTest/java/androidx/viewpager/widget/
H A DViewPagerActions.java143 * Scrolls <code>ViewPager</code> using arrowScroll method in a specified direction.
145 public static ViewAction arrowScroll(final int direction) { method in class:ViewPagerActions
162 viewPager.arrowScroll(direction);
H A DBaseViewPagerTest.java409 ViewPagerActions.arrowScroll(View.FOCUS_RIGHT), ViewPagerActions.arrowScroll(View.FOCUS_LEFT));
/frameworks/base/core/java/android/widget/
H A DGridView.java1671 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_LEFT);
1677 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_RIGHT);
1683 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP);
1691 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN);
1823 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/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/viewpager/src/main/java/androidx/viewpager/widget/
H A DViewPager.java2763 handled = arrowScroll(FOCUS_LEFT);
2770 handled = arrowScroll(FOCUS_RIGHT);
2775 handled = arrowScroll(FOCUS_FORWARD);
2777 handled = arrowScroll(FOCUS_BACKWARD);
2792 public boolean arrowScroll(int direction) { method in class:ViewPager
2813 Log.e(TAG, "arrowScroll tried to find focus based on non-child "
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java624 handled = arrowScroll(View.FOCUS_UP);
631 handled = arrowScroll(View.FOCUS_DOWN);
1285 public boolean arrowScroll(int direction) { method in class:NestedScrollView

Completed in 170 milliseconds