Searched refs:mPanelSlices (Results 1 – 1 of 1) sorted by relevance
94 private RecyclerView mPanelSlices; field in PanelFragment134 if (mPanelSlices != null) {135 mPanelSlices.getViewTreeObserver().removeOnGlobalLayoutListener(this);203 mPanelSlices = mLayoutView.findViewById(R.id.panel_parent_layout); in createPanelContent()217 mPanelSlices.setVisibility(View.GONE); in createPanelContent()219 mPanelSlices.setItemAnimator(null); in createPanelContent()243 mPanelSlices.setLayoutManager(new LinearLayoutManager((activity))); in createPanelContent()410 mPanelSlices.setAdapter(mAdapter); in loadPanelWhenReady()411 mPanelSlices.getViewTreeObserver() in loadPanelWhenReady()413 mPanelSlices.setVisibility(View.VISIBLE); in loadPanelWhenReady()[all …]