Searched refs:mRvSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DBaseWrapContentTest.java263 Rect mRvSize = new Rect(); field in class:BaseWrapContentTest.Snapshot
288 mRvSize = getViewBounds(recyclerView);
297 mOffsetY = mRvParentSize.bottom - mRvSize.bottom;
303 mOffsetX = mRvParentSize.right - mRvSize.right;
316 && mRawChildrenBox.bottom <= mRvSize.bottom - mRvPadding.bottom;
321 && mRawChildrenBox.right <= mRvSize.right - mRvPadding.right;
481 assertTrue(mRvSize.width() + " <= " + expectedW, mRvSize.width() <= expectedW);
485 assertTrue(mRvSize.height() + "<=" + expectedH, mRvSize
[all...]

Completed in 36 milliseconds