Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/security/
H A DCredentialManagementAppAdapter.java109 private final RecyclerView mChildRecyclerView; field in CredentialManagementAppAdapter.AppAuthenticationViewHolder
118 mChildRecyclerView = view.findViewById(R.id.uris); in AppAuthenticationViewHolder()
166 mChildRecyclerView.setVisibility(View.GONE); in bindPolicyView()
185 mChildRecyclerView.getContext(), RecyclerView.VERTICAL, false); in bindChildView()
189 mChildRecyclerView.setLayoutManager(layoutManager); in bindChildView()
190 mChildRecyclerView.setVisibility(View.VISIBLE); in bindChildView()
191 mChildRecyclerView.setAdapter(childItemAdapter); in bindChildView()
192 mChildRecyclerView.setRecycledViewPool(mViewPool); in bindChildView()