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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java141 .getLayoutManager() instanceof TestLayoutManager) {
142 TestLayoutManager lm = (TestLayoutManager) mRecyclerView.getLayoutManager();
381 class DumbLayoutManager extends TestLayoutManager {
401 public class TestLayoutManager extends RecyclerView.LayoutManager { class in class:BaseRecyclerViewInstrumentationTest

Completed in 34 milliseconds