Home | History | Annotate | Download | only in widget

Lines Matching refs:repeats

1661      * @param repeats repeated count (0 means no repeat)
1664 public boolean arrowScroll(int direction, int repeats) {
1666 return handleArrowKey(direction, repeats, true, false);
1711 protected boolean handleArrowKey(int direction, int repeats, boolean forceFindNextExpandable,
1765 for (int totalCount = repeats + 1; totalCount > 0;) {