Home | History | Annotate | Download | only in widget

Lines Matching defs:CoreMatchers

40 import org.hamcrest.CoreMatchers;
160 CoreMatchers.is(reUse));
162 CoreMatchers.is(!reUse));
164 CoreMatchers.is(!reUse));
166 animator.mAnimateDisappearanceList), CoreMatchers.is(reUse));
168 MatcherAssert.assertThat(mRecyclerView.getChildCount(), CoreMatchers.is(0));
170 MatcherAssert.assertThat(mRecycled.contains(vh), CoreMatchers.is(true));
173 CoreMatchers.is(true));
177 MatcherAssert.assertThat(mRecycled.contains(updatedVH[0]), CoreMatchers.is(false));
179 CoreMatchers.is(true));