Home | History | Annotate | Download | only in calendar

Lines Matching refs:titleView

991         View titleView = mLayoutInflater.inflate(R.layout.contact_item, null);
992 titleView.findViewById(R.id.badge).setVisibility(View.GONE);
993 View divider = titleView.findViewById(R.id.separator);
996 TextView title = (TextView) titleView.findViewById(R.id.name);
999 attendeeList.addView(titleView);