Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/security/
H A DCredentialManagementAppAdapter.java108 private final ImageView mExpanderIconView; field in CredentialManagementAppAdapter.AppAuthenticationViewHolder
117 mExpanderIconView = view.findViewById(R.id.expand); in AppAuthenticationViewHolder()
130 mExpanderIconView.setOnClickListener(view1 -> { in AppAuthenticationViewHolder()
160 mExpanderIconView.setVisibility(View.VISIBLE); in bindPolicyView()
163 mExpanderIconView.setImageResource(R.drawable.ic_expand_less); in bindPolicyView()
170 mExpanderIconView.setImageResource( in bindPolicyView()
175 mExpanderIconView.setVisibility(View.GONE); in bindPolicyView()