Searched refs:mProfileView (Results 1 – 2 of 2) sorted by relevance
121 protected View mProfileView; field in ResolverActivity423 mProfileView = findViewById(R.id.profile_button);424 if (mProfileView != null) {425 mProfileView.setOnClickListener(this::onProfileClick);722 if (mProfileView == null) {729 mProfileView.setVisibility(View.VISIBLE);730 View text = mProfileView.findViewById(R.id.profile_button);732 text = mProfileView.findViewById(R.id.text1);736 mProfileView.setVisibility(View.GONE);
3428 mProfileView = profileRow.findViewById(R.id.profile_button);3429 mProfileView.setOnClickListener(ChooserActivity.this::onProfileClick);