Searched refs:mTitle1View (Results 1 – 1 of 1) sorted by relevance
37 private final TextView mTitle1View; field in GroupSummaryNotificationViewHolder57 mTitle1View = view.findViewById(R.id.child_notification_title_1); in GroupSummaryNotificationViewHolder()78 mTitle1View.setVisibility(View.VISIBLE); in bind()79 mTitle1View.setText(titles.get(0)); in bind()94 mTitle1View.setText(null); in reset()95 mTitle1View.setVisibility(View.GONE); in reset()