Home
last modified time | relevance | path

Searched refs:mViewLogsContentRecycler (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TvFeedbackConsent/src/com/android/tv/feedbackconsent/
DTvFeedbackConsentInformationDialog.java63 RecyclerView mViewLogsContentRecycler = requireViewById(R.id.feedbackViewLogsDialogContent); in setUpRecyclerView() local
64 mViewLogsContentRecycler.setAdapter(mAdapter); in setUpRecyclerView()
65 mViewLogsContentRecycler.setLayoutManager(new LinearLayoutManager(getContext())); in setUpRecyclerView()