Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DWrappedRecyclerView.java27 public class WrappedRecyclerView extends RecyclerView { class
35 public WrappedRecyclerView(Context context) { in WrappedRecyclerView() method in WrappedRecyclerView
40 public WrappedRecyclerView(Context context, AttributeSet attrs) { in WrappedRecyclerView() method in WrappedRecyclerView
45 public WrappedRecyclerView(Context context, AttributeSet attrs, int defStyle) { in WrappedRecyclerView() method in WrappedRecyclerView
DBaseWrapContentTest.java81 WrappedRecyclerView rv = createRecyclerView(getActivity()); in unspecifiedWithHintTest()
158 WrappedRecyclerView recyclerView = new WrappedRecyclerView(getActivity()); in runScenario()
198 protected WrappedRecyclerView createRecyclerView(Activity activity) { in createRecyclerView()
199 return new WrappedRecyclerView(getActivity()); in createRecyclerView()
205 WrappedRecyclerView recyclerView = createRecyclerView(getActivity()); in layoutAndCheck()
505 static class WrappedRecyclerView extends RecyclerView { class in BaseWrapContentTest
507 public WrappedRecyclerView(Context context) { in WrappedRecyclerView() method in BaseWrapContentTest.WrappedRecyclerView
DGridLayoutManagerWrapContentTest.java67 protected WrappedRecyclerView createRecyclerView(Activity activity) { in createRecyclerView()
68 WrappedRecyclerView recyclerView = super.createRecyclerView(activity); in createRecyclerView()
DLinearLayoutManagerWrapContentWithAspectRatioTest.java125 BaseWrapContentTest.WrappedRecyclerView in wrapContentAffectsOtherOrientation()
126 recyclerView = new BaseWrapContentTest.WrappedRecyclerView(getActivity()); in wrapContentAffectsOtherOrientation()
DGridLayoutManagerWrapContentWithAspectRatioTest.java81 BaseWrapContentTest.WrappedRecyclerView mRecyclerView;
105 mRecyclerView = new BaseWrapContentTest.WrappedRecyclerView(getActivity()); in init()
DBaseRecyclerViewInstrumentationTest.java161 protected WrappedRecyclerView inflateWrappedRV() { in inflateWrappedRV()
162 return (WrappedRecyclerView) in inflateWrappedRV()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/
DItemTouchHelperTest.java29 import android.support.v7.widget.WrappedRecyclerView;
56 private WrappedRecyclerView mWrappedRecyclerView;