Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A 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
/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
H A DTwoPanelScrollView.java36 public boolean arrowScroll(int direction) { in arrowScroll() method in TwoPanelScrollView
/aosp12/frameworks/base/core/java/android/widget/
H A 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
H A DHorizontalScrollView.java497 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
H A DScrollView.java529 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
H A 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
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A 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) {
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java1625 public boolean arrowScroll(int direction, int repeats) {
1631 public boolean arrowScroll(int direction) {
1632 return arrowScroll(direction, 0);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt54950 method public boolean arrowScroll(int);
55841 method public boolean arrowScroll(int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt37592 method public boolean arrowScroll(int);
38301 method public boolean arrowScroll(int);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt71254 Landroid/widget/GridView;->arrowScroll(I)Z