Searched refs:arrowScroll (Results 1 – 9 of 9) sorted by relevance
62 int firstVisiblePosition = arrowScroll(inst); in testKeyScrolling()80 int firstVisiblePosition = arrowScroll(inst); in testKeyScrollingToTouchMode()91 public int arrowScroll(Instrumentation inst) { in arrowScroll() method in ListManagedCursorTest
1687 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_LEFT); in commonKey()1693 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_RIGHT); in commonKey()1699 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP); in commonKey()1707 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN); in commonKey()1839 boolean arrowScroll(int direction) { in arrowScroll() method
507 handled = arrowScroll(View.FOCUS_LEFT); in executeKeyEvent()514 handled = arrowScroll(View.FOCUS_RIGHT); in executeKeyEvent()1258 public boolean arrowScroll(int direction) { in arrowScroll() method in HorizontalScrollView
546 handled = arrowScroll(View.FOCUS_UP); in executeKeyEvent()553 handled = arrowScroll(View.FOCUS_DOWN); in executeKeyEvent()1342 public boolean arrowScroll(int direction) { in arrowScroll() method in ScrollView
2402 if (arrowScroll(FOCUS_UP)) { in commonKey()2419 if (arrowScroll(FOCUS_DOWN)) { in commonKey()2477 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN); in commonKey()2479 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP); in commonKey()2655 boolean arrowScroll(int direction) { in arrowScroll() method in ListView
2498 handled = arrowScroll(FOCUS_LEFT);2501 handled = arrowScroll(FOCUS_RIGHT);2505 handled = arrowScroll(FOCUS_FORWARD);2507 handled = arrowScroll(FOCUS_BACKWARD);2515 public boolean arrowScroll(int direction) {
37592 method public boolean arrowScroll(int);38301 method public boolean arrowScroll(int);
59460 method public boolean arrowScroll(int);60364 method public boolean arrowScroll(int);
67288 Landroid/widget/GridView;->arrowScroll(I)Z