Home
last modified time | relevance | path

Searched refs:arrowScroll (Results 1 – 7 of 7) 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
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
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
DListView.java2408 if (arrowScroll(FOCUS_UP)) { in commonKey()
2425 if (arrowScroll(FOCUS_DOWN)) { in commonKey()
2483 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_DOWN); in commonKey()
2485 handled = resurrectSelectionIfNeeded() || arrowScroll(FOCUS_UP); in commonKey()
2661 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/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...