Searched defs:arrowScroll (Results 1 - 8 of 8) 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/base/core/java/android/widget/
H A DGridView.java1659 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_LEFT);
1665 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_RIGHT);
1671 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP);
1679 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN);
1814 boolean arrowScroll(int direction) { method in class:GridView
H A DHorizontalScrollView.java385 handled = arrowScroll(View.FOCUS_LEFT);
392 handled = arrowScroll(View.FOCUS_RIGHT);
1089 public boolean arrowScroll(int direction) { method in class:HorizontalScrollView
H A DListView.java2296 if (arrowScroll(FOCUS_UP)) {
2313 if (arrowScroll(FOCUS_DOWN)) {
2371 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN);
2373 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP);
2548 boolean arrowScroll(int direction) { method in class:ListView
H A DScrollView.java411 handled = arrowScroll(View.FOCUS_UP);
418 handled = arrowScroll(View.FOCUS_DOWN);
1102 public boolean arrowScroll(int direction) { method in class:ScrollView
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java544 handled = arrowScroll(View.FOCUS_UP);
551 handled = arrowScroll(View.FOCUS_DOWN);
1208 public boolean arrowScroll(int direction) { method in class:NestedScrollView
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java2473 handled = arrowScroll(FOCUS_LEFT);
2476 handled = arrowScroll(FOCUS_RIGHT);
2480 handled = arrowScroll(FOCUS_FORWARD);
2482 handled = arrowScroll(FOCUS_BACKWARD);
2490 public boolean arrowScroll(int direction) { method in class:ViewPager
2511 Log.e(TAG, "arrowScroll tried to find focus based on non-child " +
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2732 handled = arrowScroll(FOCUS_LEFT);
2735 handled = arrowScroll(FOCUS_RIGHT);
2742 handled = arrowScroll(FOCUS_FORWARD);
2744 handled = arrowScroll(FOCUS_BACKWARD);
2753 public boolean arrowScroll(int direction) { method in class:ViewPager
2774 Log.e(TAG, "arrowScroll tried to find focus based on non-child " +

Completed in 172 milliseconds