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

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListManagedCursorTest.java62 int firstVisiblePosition = arrowScroll(inst);
97 int firstVisiblePosition = arrowScroll(inst);
131 public int arrowScroll(Instrumentation inst) { method in class:ListManagedCursorTest
/frameworks/base/core/java/android/widget/
H A DGridView.java1643 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_LEFT);
1649 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_RIGHT);
1655 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP);
1663 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN);
1820 boolean arrowScroll(int direction) { method in class:GridView
H A DHorizontalScrollView.java373 handled = arrowScroll(View.FOCUS_LEFT);
380 handled = arrowScroll(View.FOCUS_RIGHT);
1063 public boolean arrowScroll(int direction) { method in class:HorizontalScrollView
H A DScrollView.java401 handled = arrowScroll(View.FOCUS_UP);
408 handled = arrowScroll(View.FOCUS_DOWN);
1075 public boolean arrowScroll(int direction) { method in class:ScrollView
H A DListView.java2177 if (arrowScroll(FOCUS_UP)) {
2194 if (arrowScroll(FOCUS_DOWN)) {
2278 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN);
2280 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP);
2451 boolean arrowScroll(int direction) { method in class:ListView
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2497 handled = arrowScroll(FOCUS_LEFT);
2500 handled = arrowScroll(FOCUS_RIGHT);
2507 handled = arrowScroll(FOCUS_FORWARD);
2509 handled = arrowScroll(FOCUS_BACKWARD);
2518 public boolean arrowScroll(int direction) { method in class:ViewPager
2539 Log.e(TAG, "arrowScroll tried to find focus based on non-child " +

Completed in 175 milliseconds