Searched defs:targetCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/wear/tests/src/android/support/wear/widget/drawer/
H A DWearableDrawerLayoutEspressoTest.java611 * Waits for the {@link RecyclerView} to contain {@code targetCount} items, up to {@code millis}
615 public ViewAction waitForRecyclerToBeSize(final int targetCount, final long millis) { argument
624 return "Waiting for recycler to be size=" + targetCount;
638 if (recycler.getAdapter().getItemCount() == targetCount) {

Completed in 283 milliseconds