Searched refs:mProfileView (Results 1 – 2 of 2) sorted by relevance
117 protected View mProfileView; field in ResolverActivity360 mProfileView = findViewById(R.id.profile_button);361 if (mProfileView != null) {362 mProfileView.setOnClickListener(this::onProfileClick);514 if (mProfileView == null) {520 mProfileView.setVisibility(View.VISIBLE);521 View text = mProfileView.findViewById(R.id.profile_button);523 text = mProfileView.findViewById(R.id.text1);527 mProfileView.setVisibility(View.GONE);
3316 mProfileView = profileRow.findViewById(R.id.profile_button);3317 mProfileView.setOnClickListener(ChooserActivity.this::onProfileClick);