Home
last modified time | relevance | path

Searched defs:len (Results 1 – 2 of 2) sorted by relevance

/recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/
DAdapterHelperTest.java876 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
DOpReorderTest.java252 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