Searched refs:arrowScroll (Results 1 – 10 of 10) 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
1686 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_LEFT); in commonKey()1692 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_RIGHT); in commonKey()1698 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP); in commonKey()1706 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN); in commonKey()1838 boolean arrowScroll(int direction) { in arrowScroll() method
490 handled = arrowScroll(View.FOCUS_LEFT); in executeKeyEvent()497 handled = arrowScroll(View.FOCUS_RIGHT); in executeKeyEvent()1200 public boolean arrowScroll(int direction) { in arrowScroll() method in HorizontalScrollView
523 handled = arrowScroll(View.FOCUS_UP); in executeKeyEvent()530 handled = arrowScroll(View.FOCUS_DOWN); in executeKeyEvent()1223 public boolean arrowScroll(int direction) { in arrowScroll() method in ScrollView
2404 if (arrowScroll(FOCUS_UP)) { in commonKey()2421 if (arrowScroll(FOCUS_DOWN)) { in commonKey()2479 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN); in commonKey()2481 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP); in commonKey()2657 boolean arrowScroll(int direction) { in arrowScroll() method in ListView
2454 handled = arrowScroll(FOCUS_LEFT);2457 handled = arrowScroll(FOCUS_RIGHT);2461 handled = arrowScroll(FOCUS_FORWARD);2463 handled = arrowScroll(FOCUS_BACKWARD);2471 public boolean arrowScroll(int direction) {
37592 method public boolean arrowScroll(int);38301 method public boolean arrowScroll(int);
57152 method public boolean arrowScroll(int);57974 method public boolean arrowScroll(int);
57296 method public boolean arrowScroll(int);58118 method public boolean arrowScroll(int);
82360 Landroid/widget/GridView;->arrowScroll(I)Z