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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseStaggeredGridLayoutManagerTest.java41 volatile WrappedLayoutManager mLayoutManager;
87 mLayoutManager = new WrappedLayoutManager(config.mSpanCount, config.mOrientation);
469 class WrappedLayoutManager extends StaggeredGridLayoutManager { class in class:BaseStaggeredGridLayoutManagerTest
612 public WrappedLayoutManager(int spanCount, int orientation) { method in class:BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager

Completed in 79 milliseconds