Searched refs:mPanelSlices (Results 1 – 1 of 1) sorted by relevance
92 private RecyclerView mPanelSlices; field in PanelFragment132 if (mPanelSlices != null) {133 mPanelSlices.getViewTreeObserver().removeOnGlobalLayoutListener(this);201 mPanelSlices = mLayoutView.findViewById(R.id.panel_parent_layout); in createPanelContent()215 mPanelSlices.setVisibility(View.GONE); in createPanelContent()239 mPanelSlices.setLayoutManager(new LinearLayoutManager((activity))); in createPanelContent()401 mPanelSlices.setAdapter(mAdapter); in loadPanelWhenReady()402 mPanelSlices.getViewTreeObserver() in loadPanelWhenReady()404 mPanelSlices.setVisibility(View.VISIBLE); in loadPanelWhenReady()413 if (mPanelSlices.getItemDecorationCount() == 0) { in loadPanelWhenReady()[all …]