Home | History | Annotate | Download | only in widget

Lines Matching defs:getChildCount

168         MatcherAssert.assertThat(mRecyclerView.getChildCount(), CoreMatchers.is(0));
1103 mRecyclerView.getChildCount() + mRecyclerView.mRecycler.mCachedViews.size());
1277 mLayoutManager.getChildCount() + mDeletedViewCount
1278 , mRecyclerView.getChildCount());
1429 if (mRecyclerView.getChildCount() == 3) {
1462 assertTrue(mRecyclerView.getChildCount() == 7);
1471 assertEquals(7, mRecyclerView.getChildCount());
1476 8, mRecyclerView.getChildCount());