Home | History | Annotate | Download | only in widget

Lines Matching refs:arrowScroll

1664     public boolean arrowScroll(int direction, int repeats) {
1665 if (DBG) Log.d(TAG, "arrowScroll
1669 /** equivalent to arrowScroll(direction, 0) */
1670 public boolean arrowScroll(int direction) {
1671 return arrowScroll(direction, 0);
2905 * animation, this does not affect physical keyboard or manually calling arrowScroll()