Searched refs:mExpanderIconView (Results 1 – 1 of 1) sorted by relevance
108 private final ImageView mExpanderIconView; field in CredentialManagementAppAdapter.AppAuthenticationViewHolder117 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()