Searched refs:WrappedRecyclerView (Results 1 – 7 of 7) sorted by relevance
27 public class WrappedRecyclerView extends RecyclerView { class35 public WrappedRecyclerView(Context context) { in WrappedRecyclerView() method in WrappedRecyclerView40 public WrappedRecyclerView(Context context, AttributeSet attrs) { in WrappedRecyclerView() method in WrappedRecyclerView45 public WrappedRecyclerView(Context context, AttributeSet attrs, int defStyle) { in WrappedRecyclerView() method in WrappedRecyclerView
81 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 BaseWrapContentTest507 public WrappedRecyclerView(Context context) { in WrappedRecyclerView() method in BaseWrapContentTest.WrappedRecyclerView
67 protected WrappedRecyclerView createRecyclerView(Activity activity) { in createRecyclerView()68 WrappedRecyclerView recyclerView = super.createRecyclerView(activity); in createRecyclerView()
125 BaseWrapContentTest.WrappedRecyclerView in wrapContentAffectsOtherOrientation()126 recyclerView = new BaseWrapContentTest.WrappedRecyclerView(getActivity()); in wrapContentAffectsOtherOrientation()
81 BaseWrapContentTest.WrappedRecyclerView mRecyclerView;105 mRecyclerView = new BaseWrapContentTest.WrappedRecyclerView(getActivity()); in init()
161 protected WrappedRecyclerView inflateWrappedRV() { in inflateWrappedRV()162 return (WrappedRecyclerView) in inflateWrappedRV()
29 import android.support.v7.widget.WrappedRecyclerView;56 private WrappedRecyclerView mWrappedRecyclerView;