Home
last modified time | relevance | path

Searched refs:WrappedLayoutManager (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java59 volatile WrappedLayoutManager mLayoutManager;
86 mLayoutManager = new WrappedLayoutManager(config.mSpanCount, in setupByConfig()
1017 mLayoutManager = new WrappedLayoutManager(config.mSpanCount, config.mOrientation); in testSpanCountChangeOnRestoreSavedState()
1141 mLayoutManager = new WrappedLayoutManager(config.mSpanCount, in saveRestore()
1212 mLayoutManager = new WrappedLayoutManager(config.mSpanCount, config.mOrientation); in savedStateTest()
1763 class WrappedLayoutManager extends StaggeredGridLayoutManager { class in StaggeredGridLayoutManagerTest
1833 public WrappedLayoutManager(int spanCount, int orientation) { in WrappedLayoutManager() method in StaggeredGridLayoutManagerTest.WrappedLayoutManager