Override package private methods to make them public for tests

Mockito Proxy class does not work well with package private methods
on Kitkat (and probably below). This CL makes some package private
methods public so that
RecyclerViewLayoutTest#requestRectOnScreenWithScrollOffset
can pass. We probably need more of these.

Bug: 30762016
Change-Id: I19abdecb07983e3db20bd85f697c34b5df34062d
1 file changed