Home
last modified time | relevance | path

Searched refs:arrowScroll (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListManagedCursorTest.java62 int firstVisiblePosition = arrowScroll(inst); in testKeyScrolling()
97 int firstVisiblePosition = arrowScroll(inst); in testKeyScrollingToTouchMode()
131 public int arrowScroll(Instrumentation inst) { in arrowScroll() method in ListManagedCursorTest
/frameworks/base/core/java/android/widget/
DGridView.java1643 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_LEFT); in commonKey()
1649 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_RIGHT); in commonKey()
1655 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP); in commonKey()
1663 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN); in commonKey()
1820 boolean arrowScroll(int direction) { in arrowScroll() method
DScrollView.java401 handled = arrowScroll(View.FOCUS_UP); in executeKeyEvent()
408 handled = arrowScroll(View.FOCUS_DOWN); in executeKeyEvent()
1075 public boolean arrowScroll(int direction) { in arrowScroll() method in ScrollView
DHorizontalScrollView.java374 handled = arrowScroll(View.FOCUS_LEFT); in executeKeyEvent()
381 handled = arrowScroll(View.FOCUS_RIGHT); in executeKeyEvent()
1064 public boolean arrowScroll(int direction) { in arrowScroll() method in HorizontalScrollView
DListView.java2177 if (arrowScroll(FOCUS_UP)) { in commonKey()
2194 if (arrowScroll(FOCUS_DOWN)) { in commonKey()
2278 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN); in commonKey()
2280 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP); in commonKey()
2451 boolean arrowScroll(int direction) { in arrowScroll() method in ListView
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java2497 handled = arrowScroll(FOCUS_LEFT);
2500 handled = arrowScroll(FOCUS_RIGHT);
2507 handled = arrowScroll(FOCUS_FORWARD);
2509 handled = arrowScroll(FOCUS_BACKWARD);
2518 public boolean arrowScroll(int direction) {
/frameworks/base/api/
Dsystem-current.txt40123 method public boolean arrowScroll(int);
40832 method public boolean arrowScroll(int);
Dcurrent.txt37594 method public boolean arrowScroll(int);
38303 method public boolean arrowScroll(int);