Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListManagedCursorTest.java62 int firstVisiblePosition = arrowScroll(inst); in testKeyScrolling()
80 int firstVisiblePosition = arrowScroll(inst); in testKeyScrollingToTouchMode()
91 public int arrowScroll(Instrumentation inst) { in arrowScroll() method in ListManagedCursorTest
/frameworks/base/core/java/android/widget/
DGridView.java1687 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
DHorizontalScrollView.java507 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
DScrollView.java546 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
DListView.java2402 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
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2498 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) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37592 method public boolean arrowScroll(int);
38301 method public boolean arrowScroll(int);
/frameworks/base/core/api/
Dcurrent.txt59460 method public boolean arrowScroll(int);
60364 method public boolean arrowScroll(int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt67288 Landroid/widget/GridView;->arrowScroll(I)Z