Searched refs:arrowScroll (Results 1 – 12 of 12) 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
36 public boolean arrowScroll(int direction) { in arrowScroll() method in TwoPanelScrollView
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
497 handled = arrowScroll(View.FOCUS_LEFT); in executeKeyEvent()504 handled = arrowScroll(View.FOCUS_RIGHT); in executeKeyEvent()1224 public boolean arrowScroll(int direction) { in arrowScroll() method in HorizontalScrollView
529 handled = arrowScroll(View.FOCUS_UP); in executeKeyEvent()536 handled = arrowScroll(View.FOCUS_DOWN); in executeKeyEvent()1250 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
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) {
1625 public boolean arrowScroll(int direction, int repeats) {1631 public boolean arrowScroll(int direction) {1632 return arrowScroll(direction, 0);
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
54950 method public boolean arrowScroll(int);55841 method public boolean arrowScroll(int);
37592 method public boolean arrowScroll(int);38301 method public boolean arrowScroll(int);
71254 Landroid/widget/GridView;->arrowScroll(I)Z