Searched refs:mCrossProfileButton (Results 1 – 1 of 1) sorted by relevance
46 private TextView mCrossProfileButton; field in InflateMessageDocumentHolder67 mCrossProfileButton = mCrossProfileView.findViewById(R.id.button); in InflateMessageDocumentHolder()113 mCrossProfileButton.setVisibility(View.VISIBLE); in bindCrossProfileMessageView()114 mCrossProfileButton.setText(mMessage.getButtonString()); in bindCrossProfileMessageView()115 mCrossProfileButton.setOnClickListener(this::onCrossProfileButtonClick); in bindCrossProfileMessageView()117 mCrossProfileButton.setVisibility(View.GONE); in bindCrossProfileMessageView()