History log of /frameworks/support/v7/recyclerview/tests/src/android/support/v7/recyclerview/test/PrivateLayoutManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
629687bba8da1a73c48d8fe87393a13581ce46ca 05-May-2015 Yigit Boyar <yboyar@google.com> Improve some tests

This CL fixes some tests that are failing in the emulator

Bug: 20857006
Change-Id: I8f669678403e33d16af3e2de29851d6fcc7cab13
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/recyclerview/test/PrivateLayoutManager.java
ec494eb6490aae36981351d80c778031efcf2ebe 04-May-2015 Yigit Boyar <yboyar@google.com> Make constructor accessible before calling

ART fixed newInstance method's accessibility checks which means if
provided class/method is not accessible; RecyclerView will crash.

This CL makes RecyclerView call setAccessible(true) before calling
the constructor to avoid any issues after new ART is released.

Bug: 20824258
Change-Id: Iea114b8265720f99d95a1486d692e7e787746f8b
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/recyclerview/test/PrivateLayoutManager.java