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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentTest.java260 Rect mRvSize = new Rect(); field in class:BaseWrapContentTest.Snapshot
285 mRvSize = getViewBounds(recyclerView);
294 mOffsetY = mRvParentSize.bottom - mRvSize.bottom;
300 mOffsetX = mRvParentSize.right - mRvSize.right;
313 && mRawChildrenBox.bottom <= mRvSize.bottom - mRvPadding.bottom;
318 && mRawChildrenBox.right <= mRvSize.right - mRvPadding.right;
478 assertTrue(mRvSize.width() + " <= " + expectedW, mRvSize.width() <= expectedW);
482 assertTrue(mRvSize.height() + "<=" + expectedH, mRvSize
[all...]

Completed in 35 milliseconds