Home
last modified time | relevance | path

Searched refs:mCrossProfileButton (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DInflateMessageDocumentHolder.java46 private TextView mCrossProfileButton; field in InflateMessageDocumentHolder
67 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()