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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentTest.java143 @Nullable List<Snapshot> compareWith)
171 if (compareWith != null) {
172 compareWith.get(stepIndex).assertSame(snapshot, stepIndex);
183 if (compareWith != null) {
184 compareWith.get(stepIndex).assertSame(snapshot, stepIndex);
142 runScenario(Scenario scenario, ViewGroup.LayoutParams lp, @Nullable List<Snapshot> compareWith) argument

Completed in 436 milliseconds