Searched refs:mProfileView (Results 1 – 1 of 1) 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);1029 if (mProfileView == null) {1036 mProfileView.setVisibility(View.VISIBLE);1037 View text = mProfileView.findViewById(R.id.profile_button);1039 text = mProfileView.findViewById(R.id.text1);1043 mProfileView.setVisibility(View.GONE);