Searched refs:mTitle2View (Results 1 – 1 of 1) sorted by relevance
38 private final TextView mTitle2View; field in GroupSummaryNotificationViewHolder58 mTitle2View = view.findViewById(R.id.child_notification_title_2); in GroupSummaryNotificationViewHolder()84 mTitle2View.setVisibility(View.VISIBLE); in bind()85 mTitle2View.setText(titles.get(1)); in bind()97 mTitle2View.setText(null); in reset()98 mTitle2View.setVisibility(View.GONE); in reset()