Searched refs:mProfileView (Results 1 – 2 of 2) sorted by relevance
159 protected View mProfileView; field in ResolverActivity518 mProfileView = findViewById(R.id.profile_button);519 if (mProfileView != null) {520 mProfileView.setOnClickListener(this::onProfileClick);1032 if (mProfileView == null) {1039 mProfileView.setVisibility(View.VISIBLE);1040 View text = mProfileView.findViewById(R.id.profile_button);1042 text = mProfileView.findViewById(R.id.text1);1046 mProfileView.setVisibility(View.GONE);
3477 mProfileView = profileRow.findViewById(R.id.profile_button);3478 mProfileView.setOnClickListener(ChooserActivity.this::onProfileClick);