Searched defs:len (Results 1 – 2 of 2) sorted by relevance
| /recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/ |
| D | AdapterHelperTest.java | 876 int len = Math.max(1, nextInt(random, mTestAdapter.mItems.size() - s)); in randomTest() local 898 int len = Math.max(1, nextInt(random, mTestAdapter.mItems.size() - s)); in randomTest() local 905 int len = Math.max(1, nextInt(random, mTestAdapter.mItems.size() - s)); in randomTest() local
|
| D | OpReorderTest.java | 252 int len = Math.max(1, nextInt(random, updatedItemCount - s)); in randOp() local 273 int len = Math.max(1, nextInt(random, updatedItemCount - s)); in randOp() local
|