Searched refs:arrowScroll (Results 1 - 5 of 5) 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.java1416 handled = arrowScroll(FOCUS_LEFT);
1420 handled = arrowScroll(FOCUS_RIGHT);
1425 handled = arrowScroll(FOCUS_UP);
1434 handled = arrowScroll(FOCUS_DOWN);
1542 boolean arrowScroll(int direction) { method in class:GridView
H A DHorizontalScrollView.java352 handled = arrowScroll(View.FOCUS_LEFT);
359 handled = arrowScroll(View.FOCUS_RIGHT);
815 public boolean arrowScroll(int direction) { method in class:HorizontalScrollView
H A DScrollView.java350 handled = arrowScroll(View.FOCUS_UP);
357 handled = arrowScroll(View.FOCUS_DOWN);
815 public boolean arrowScroll(int direction) { method in class:ScrollView
H A DListView.java2060 handled = arrowScroll(FOCUS_UP);
2071 handled = arrowScroll(FOCUS_DOWN);
2266 boolean arrowScroll(int direction) { method in class:ListView

Completed in 384 milliseconds