Searched refs:getRecyclerView (Results 1 – 10 of 10) 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()
63 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView()); in testGetRecyclerView()
62 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()
132 public RecyclerView getRecyclerView() { in getRecyclerView() method in RecyclerMixin
74 assertSame(mRecyclerView, mixin.getRecyclerView()); in testGetRecyclerView()