Searched refs:getRecyclerView (Results 1 – 12 of 12) sorted by relevance
68 new RecyclerViewScrollHandlingDelegate(requireScrollMixin, getRecyclerView())); in init()88 public RecyclerView getRecyclerView() { in getRecyclerView() method in SetupWizardRecyclerLayout89 return mRecyclerMixin.getRecyclerView(); in getRecyclerView()
72 new RecyclerViewScrollHandlingDelegate(requireScrollMixin, getRecyclerView())); in init()128 public RecyclerView getRecyclerView() { in getRecyclerView() method in GlifRecyclerLayout129 return mRecyclerMixin.getRecyclerView(); in getRecyclerView()
95 return mRecyclerMixin.getRecyclerView(); in onCreateRecyclerView()
94 return mRecyclerMixin.getRecyclerView(); in onCreateRecyclerView()
62 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView()); in testGetRecyclerView()
63 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView()); in testGetRecyclerView()
74 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView()); in testGetRecyclerView()
76 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView()); in testGetRecyclerView()
98 RecyclerView.LayoutManager lm = mView.getRecyclerView().getLayoutManager();140 RecyclerView recyclerView = mView.getRecyclerView(); in onViewAttached()
293 public RecyclerView getRecyclerView() { in getRecyclerView() method in QSCustomizer
132 public RecyclerView getRecyclerView() { in getRecyclerView() method in RecyclerMixin
74 assertSame(mRecyclerView, mixin.getRecyclerView()); in testGetRecyclerView()