Searched refs:mPanelSlices (Results 1 – 2 of 2) sorted by relevance
81 private RecyclerView mPanelSlices; field in PanelFragment101 if (mPanelSlices != null) {102 mPanelSlices.getViewTreeObserver().removeOnGlobalLayoutListener(this);151 mPanelSlices = mLayoutView.findViewById(R.id.panel_parent_layout); in createPanelContent()158 mPanelSlices.setVisibility(View.GONE); in createPanelContent()179 mPanelSlices.setLayoutManager(new LinearLayoutManager((activity))); in createPanelContent()266 mPanelSlices.setAdapter(mAdapter); in loadPanelWhenReady()267 mPanelSlices.getViewTreeObserver() in loadPanelWhenReady()269 mPanelSlices.setVisibility(View.VISIBLE); in loadPanelWhenReady()274 mPanelSlices.addItemDecoration(itemDecoration); in loadPanelWhenReady()
49 private RecyclerView mPanelSlices; field in PanelFragment64 mPanelSlices = view.findViewById(R.id.panel_parent_layout); in onCreateView()93 mPanelSlices.setHasFixedSize(true); in onCreateView()94 mPanelSlices.setLayoutManager(new LinearLayoutManager((activity))); in onCreateView()95 mPanelSlices.setAdapter(mAdapter); in onCreateView()99 mPanelSlices.addItemDecoration(itemDecoration); in onCreateView()