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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentTest.java262 Rect mRvPadding = new Rect(); field in class:BaseWrapContentTest.Snapshot
287 mRvPadding = new Rect(recyclerView.getPaddingLeft(), recyclerView.getPaddingTop(),
312 return mRawChildrenBox.top >= mRvPadding.top
313 && mRawChildrenBox.bottom <= mRvSize.bottom - mRvPadding.bottom;
317 return mRawChildrenBox.left >= mRvPadding.left
318 && mRawChildrenBox.right <= mRvSize.right - mRvPadding.right;
477 int expectedW = mRawChildrenBox.width() + mRvPadding.left + mRvPadding.right;
481 int expectedH = mRawChildrenBox.height() + mRvPadding.top + mRvPadding
[all...]

Completed in 72 milliseconds