Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java431 handled = arrowScroll(View.FOCUS_UP); in executeKeyEvent()
438 handled = arrowScroll(View.FOCUS_DOWN); in executeKeyEvent()
1157 public boolean arrowScroll(int direction) { in arrowScroll() method in ScrollerView
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java1664 public boolean arrowScroll(int direction, int repeats) {
1670 public boolean arrowScroll(int direction) {
1671 return arrowScroll(direction, 0);