Home | History | Annotate | Download | only in dialer

Lines Matching defs:convertView

759         View convertView = findViewById(R.id.call_and_sms);
760 convertView.setVisibility(View.VISIBLE);
762 ImageView icon = (ImageView) convertView.findViewById(R.id.call_and_sms_icon);
763 View divider = convertView.findViewById(R.id.call_and_sms_divider);
764 TextView text = (TextView) convertView.findViewById(R.id.call_and_sms_text);
766 View mainAction = convertView.findViewById(R.id.call_and_sms_main_action);
785 TextView label = (TextView) convertView.findViewById(R.id.call_and_sms_label);