Searched refs:updatedItemCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DOpReorderTest.java65 int updatedItemCount = 0; field in class:OpReorderTest
69 updatedItemCount = itemCount;
249 if (updatedItemCount > 1) {
250 int s = nextInt(random, updatedItemCount - 1);
251 int len = Math.max(1, nextInt(random, updatedItemCount - s));
256 int s = updatedItemCount == 0 ? 0 : nextInt(random, updatedItemCount);
260 if (updatedItemCount >= 2) {
261 int from = nextInt(random, updatedItemCount);
264 to = nextInt(random, updatedItemCount);
[all...]

Completed in 26 milliseconds