Home
last modified time | relevance | path

Searched refs:arrowScroll (Results 1 – 1 of 1) 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