Searched refs:mProfileView (Results 1 – 2 of 2) sorted by relevance
113 protected View mProfileView; field in ResolverActivity356 mProfileView = findViewById(R.id.profile_button);357 if (mProfileView != null) {358 mProfileView.setOnClickListener(this::onProfileClick);499 if (mProfileView == null) {505 mProfileView.setVisibility(View.VISIBLE);506 View text = mProfileView.findViewById(R.id.profile_button);508 text = mProfileView.findViewById(R.id.text1);512 mProfileView.setVisibility(View.GONE);
3033 mProfileView = profileRow.findViewById(R.id.profile_button);3034 mProfileView.setOnClickListener(ChooserActivity.this::onProfileClick);