Searched defs:arrowScroll (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java1625 public boolean arrowScroll(int direction, int repeats) { method in class:ScrollAdapterView
1626 if (DBG) Log.d(TAG, "arrowScroll " + direction);
1630 /** equivalent to arrowScroll(direction, 0) */
1631 public boolean arrowScroll(int direction) { method in class:ScrollAdapterView
1632 return arrowScroll(direction, 0);
2863 * animation, this does not affect physical keyboard or manually calling arrowScroll()

Completed in 43 milliseconds