Home
last modified time | relevance | path

Searched refs:arrowScroll (Results 1 – 10 of 10) 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.java1686 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
DHorizontalScrollView.java490 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
DScrollView.java523 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
DListView.java2404 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
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java2454 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) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37592 method public boolean arrowScroll(int);
38301 method public boolean arrowScroll(int);
/frameworks/base/non-updatable-api/
Dcurrent.txt57152 method public boolean arrowScroll(int);
57974 method public boolean arrowScroll(int);
/frameworks/base/api/
Dcurrent.txt57296 method public boolean arrowScroll(int);
58118 method public boolean arrowScroll(int);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt82360 Landroid/widget/GridView;->arrowScroll(I)Z