Searched refs:mViewLogsContentRecycler (Results 1 – 1 of 1) sorted by relevance
63 RecyclerView mViewLogsContentRecycler = requireViewById(R.id.feedbackViewLogsDialogContent); in setUpRecyclerView() local64 mViewLogsContentRecycler.setAdapter(mAdapter); in setUpRecyclerView()65 mViewLogsContentRecycler.setLayoutManager(new LinearLayoutManager(getContext())); in setUpRecyclerView()