Home | History | Annotate | Download | only in dialer

Lines Matching full:textview

21 import android.widget.TextView;
29 public final TextView nameView;
32 public final TextView callTypeAndDate;
33 public final TextView numberView;
34 public final TextView labelView;
36 private PhoneCallDetailsViews(TextView nameView, View callTypeView,
37 CallTypeIconsView callTypeIcons, TextView callTypeAndDate, TextView numberView,
38 TextView labelView) {
55 return new PhoneCallDetailsViews((TextView) view.findViewById(R.id.name),
58 (TextView) view.findViewById(R.id.call_count_and_date),
59 (TextView) view.findViewById(R.id.number),
60 (TextView) view.findViewById(R.id.label));
65 new TextView(context),
68 new TextView(context),
69 new TextView(context),
70 new TextView(context));