Searched refs:WrappedLinearLayoutManager (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DAsyncListUtilLayoutTest.java40 WrappedLinearLayoutManager mLayoutManager;
56 mLayoutManager = new WrappedLinearLayoutManager(
290 class WrappedLinearLayoutManager extends LinearLayoutManager { class in class:AsyncListUtilLayoutTest
294 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { method in class:AsyncListUtilLayoutTest.WrappedLinearLayoutManager
H A DLinearLayoutManagerTest.java59 WrappedLinearLayoutManager mLayoutManager;
99 mLayoutManager = new WrappedLinearLayoutManager(getActivity(), config.mOrientation,
1033 mLayoutManager = new WrappedLinearLayoutManager(getActivity(),
1339 class WrappedLinearLayoutManager extends LinearLayoutManager { class in class:LinearLayoutManagerTest
1347 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { method in class:LinearLayoutManagerTest.WrappedLinearLayoutManager

Completed in 56 milliseconds