Lines Matching refs:mRv
35 private BaseRecyclerView mRv;
54 mRv = rv;
85 int edgePadding = mRv.getMaxScrollbarWidth();
90 mBgBounds.left = mRv.getBackgroundPadding().left + (2 * mRv.getMaxScrollbarWidth());
93 mBgBounds.right = mRv.getWidth() - mRv.getBackgroundPadding().right -
94 (2 * mRv.getMaxScrollbarWidth());
99 Math.min(mBgBounds.top, mRv.getHeight() - edgePadding - bgHeight));
128 mRv.invalidate(mBgBounds);