Searched refs:setLayoutManager (Results 1 – 13 of 13) sorted by relevance
63 setLayoutManager(recyclerView, layoutMgrClassName, context, layoutlibCallback); in setAdapter()80 private static void setLayoutManager(@NonNull View recyclerView, in setLayoutManager() method in RecyclerViewUtil
255 public void setLayoutManager(LayoutManager layout) { in setLayoutManager() method in HeaderRecyclerView256 super.setLayoutManager(layout); in setLayoutManager()
43 recyclerView.setLayoutManager(layoutManager); in onCreateView()
81 this.recyclerView.setLayoutManager(new LinearLayoutManager(templateLayout.getContext())); in RecyclerMixin()
152 rv.setLayoutManager(new LinearLayoutManager(parent.getContext(), in onCreateViewHolder()
81 mUserGridView.setLayoutManager(layoutManager); in FullscreenUserSwitcher()
82 mUserGridView.setLayoutManager(layoutManager); in onViewCreated()
154 testRecyclerView.setLayoutManager(new LinearLayoutManager(context)); in drawDecoration()
78 mRecyclerView.setLayoutManager(mLayoutManger); in PrintPreviewController()
121 mRecyclerView.setLayoutManager(layout); in QSCustomizer()
100 v.setLayoutManager(new LinearLayoutManager(getContext())); in showSelectDialog()
293 mListView.setLayoutManager(new LinearLayoutManager(mContext)); in initDialog()
647 setLayoutManager(constructor.newInstance(constructorArgs)); in createLayoutManager()1121 public void setLayoutManager(LayoutManager layout) { in setLayoutManager() method in RecyclerView