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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DAsyncListUtilLayoutTest.java56 WrappedLinearLayoutManager mLayoutManager;
75 mLayoutManager = new WrappedLinearLayoutManager(
313 class WrappedLinearLayoutManager extends LinearLayoutManager { class in class:AsyncListUtilLayoutTest
317 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { method in class:AsyncListUtilLayoutTest.WrappedLinearLayoutManager
H A DBaseLinearLayoutManagerTest.java70 WrappedLinearLayoutManager mLayoutManager;
102 mLayoutManager = new WrappedLinearLayoutManager(getActivity(), config.mOrientation,
356 class WrappedLinearLayoutManager extends LinearLayoutManager { class in class:BaseLinearLayoutManagerTest
379 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { method in class:BaseLinearLayoutManagerTest.WrappedLinearLayoutManager

Completed in 42 milliseconds