Searched refs:mProfileView (Results 1 – 2 of 2) sorted by relevance
159 protected View mProfileView; field in ResolverActivity504 mProfileView = findViewById(R.id.profile_button);505 if (mProfileView != null) {506 mProfileView.setOnClickListener(this::onProfileClick);971 if (mProfileView == null) {978 mProfileView.setVisibility(View.VISIBLE);979 View text = mProfileView.findViewById(R.id.profile_button);981 text = mProfileView.findViewById(R.id.text1);985 mProfileView.setVisibility(View.GONE);
3504 mProfileView = profileRow.findViewById(R.id.profile_button);3505 mProfileView.setOnClickListener(ChooserActivity.this::onProfileClick);