Searched refs:setLayoutManager (Results 1 – 11 of 11) sorted by relevance
57 mRecyclerView.setLayoutManager(layoutManager); in testLayoutWithoutAdapter()106 mRecyclerView.setLayoutManager(layoutManager); in testLayout()131 mRecyclerView.setLayoutManager(layoutManager); in testAdapterChangeCallbacks()148 mRecyclerView.setLayoutManager(new MockLayoutManager() { in testSavedStateWithStatelessLayoutManager()164 restored.setLayoutManager(new MockLayoutManager()); in testSavedStateWithStatelessLayoutManager()178 mRecyclerView.setLayoutManager(mlm); in testSavedState()195 restored.setLayoutManager(mlmRestored); in testSavedState()
76 recyclerView.setLayoutManager(tlm); in testScrollToPositionCallback()205 recyclerView.setLayoutManager(tlm); in scrollInBothDirection()271 recyclerView.setLayoutManager(tlm); in scrollInOtherOrientationTest()353 recyclerView.setLayoutManager(tlm); in transientStateRecycleTest()380 recyclerView.setLayoutManager(tlm); in testAdapterPositionInvalidation()479 recyclerView.setLayoutManager(tlm); in adapterPositionsTest()535 recyclerView.setLayoutManager(tlm); in testScrollStateForSmoothScroll()565 recyclerView.setLayoutManager(tlm); in testScrollStateForSmoothScrollWithStop()602 recyclerView.setLayoutManager(tlm); in testScrollStateForFling()635 recyclerView.setLayoutManager(tlm); in testScrollStateForFlingWithStop()[all …]
64 recyclerView.setLayoutManager(new TestLayoutManager() { in onInitializeAccessibilityNodeInfoTest()
102 mRecyclerView.setLayoutManager(mLayoutManager); in setupByConfig()451 mRecyclerView.setLayoutManager(new TestLayoutManager()); in testDontRecycleChildrenOnDetach()467 mRecyclerView.setLayoutManager(new TestLayoutManager()); in testRecycleChildrenOnDetach()759 restored.setLayoutManager(mLayoutManager); in savedStateTest()
88 mRecyclerView.setLayoutManager(mLayoutManager); in setupByConfig()897 restored.setLayoutManager(mLayoutManager); in testSpanCountChangeOnRestoreSavedState()1018 restored.setLayoutManager(mLayoutManager); in saveRestore()1068 restored.setLayoutManager(mLayoutManager); in savedStateTest()
75 recyclerView.setLayoutManager(mGlm); in setupBasic()
76 recyclerView.setLayoutManager(mLayoutManager); in setupBasic()
184 setLayoutManager(mLayoutManager); in BaseGridView()
78 mRecyclerView.setLayoutManager(mLayoutManger); in PrintPreviewController()
127 mRecyclerView.setLayoutManager(mLayoutManager);
694 public void setLayoutManager(LayoutManager layout) { in setLayoutManager() method in RecyclerView