Searched refs:mRvSize (Results 1 – 1 of 1) sorted by relevance
270 Rect mRvSize = new Rect(); field in BaseWrapContentTest.Snapshot295 mRvSize = getViewBounds(recyclerView); in Snapshot()304 mOffsetY = mRvParentSize.bottom - mRvSize.bottom; in Snapshot()310 mOffsetX = mRvParentSize.right - mRvSize.right; in Snapshot()323 && mRawChildrenBox.bottom <= mRvSize.bottom - mRvPadding.bottom; in doesChildrenFitVertically()328 && mRawChildrenBox.right <= mRvSize.right - mRvPadding.right; in doesChildrenFitHorizontally()488 assertTrue(mRvSize.width() + " <= " + expectedW, mRvSize.width() <= expectedW); in assertRvSize()492 assertTrue(mRvSize.height() + "<=" + expectedH, mRvSize.height() <= expectedH); in assertRvSize()