Lines Matching defs:textView
48 import android.widget.TextView;
129 TextView daysOfWeekView =
130 (TextView) digitalClock.findViewById(R.id.daysOfWeek);
141 TextView labelView =
142 (TextView) view.findViewById(R.id.label);
272 // Inflate the custom view and set each TextView's text.
274 TextView textView = (TextView) v.findViewById(R.id.header_time);
275 textView.setText(time);
276 textView = (TextView) v.findViewById(R.id.header_label);
277 textView.setText(alarm.label);