Searched refs:mProfileView (Results 1 – 2 of 2) sorted by relevance
123 protected View mProfileView; field in ResolverActivity419 mProfileView = findViewById(R.id.profile_button);420 if (mProfileView != null) {421 mProfileView.setOnClickListener(this::onProfileClick);718 if (mProfileView == null) {725 mProfileView.setVisibility(View.VISIBLE);726 View text = mProfileView.findViewById(R.id.profile_button);728 text = mProfileView.findViewById(R.id.text1);732 mProfileView.setVisibility(View.GONE);
3457 mProfileView = profileRow.findViewById(R.id.profile_button);3458 mProfileView.setOnClickListener(ChooserActivity.this::onProfileClick);