Searched refs:repeats (Results 1 – 6 of 6) sorted by relevance
56 val repeats = 22 // arbitrary in <lambda>() constant59 repeat(repeats) { i -> record.add(i + 2) } in <lambda>()60 assertEquals(repeats, record.size) in <lambda>()62 assertEquals(repeats + 1, record.size) in <lambda>()71 assertFailsWith<IndexOutOfBoundsException> { record[repeats + 1] } in <lambda>()74 assertNull(record.getOrNull(repeats + 1)) in <lambda>()77 assertNull(record.getOrNull(repeats + 1) { true }) in <lambda>()
5 # needlessly repeats com.google.android.apps.etc.
1625 public boolean arrowScroll(int direction, int repeats) {1627 return handleArrowKey(direction, repeats, true, false);1672 protected boolean handleArrowKey(int direction, int repeats, boolean forceFindNextExpandable,1726 for (int totalCount = repeats + 1; totalCount > 0;) {