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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerSavedStateTest.java53 mPostLayoutOperation.mLayoutManagerDelegate = new Delegate<WrappedLinearLayoutManager>() {
55 public WrappedLinearLayoutManager get() {
65 mPostRestoreOperation.mLayoutManagerDelegate = new Delegate<WrappedLinearLayoutManager>() {
67 public WrappedLinearLayoutManager get() {
306 mLayoutManager = new WrappedLinearLayoutManager(getActivity(),
352 private Delegate<WrappedLinearLayoutManager> mLayoutManagerDelegate;
354 protected WrappedLinearLayoutManager layoutManager() {
387 private Delegate<WrappedLinearLayoutManager> mLayoutManagerDelegate;
389 protected WrappedLinearLayoutManager layoutManager() {
H A DAsyncListUtilLayoutTest.java52 WrappedLinearLayoutManager mLayoutManager;
69 mLayoutManager = new WrappedLinearLayoutManager(
307 class WrappedLinearLayoutManager extends LinearLayoutManager { class in class:AsyncListUtilLayoutTest
311 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { method in class:AsyncListUtilLayoutTest.WrappedLinearLayoutManager
H A DBaseLinearLayoutManagerTest.java69 WrappedLinearLayoutManager mLayoutManager;
101 mLayoutManager = new WrappedLinearLayoutManager(getActivity(), config.mOrientation,
355 class WrappedLinearLayoutManager extends LinearLayoutManager { class in class:BaseLinearLayoutManagerTest
378 public WrappedLinearLayoutManager(Context context, int orientation, boolean reverseLayout) { method in class:BaseLinearLayoutManagerTest.WrappedLinearLayoutManager

Completed in 74 milliseconds