Home | History | Annotate | Download | only in deskclock

Lines Matching refs:TextView

42 import android.widget.TextView;
115 TextView daysOfWeekView =
116 (TextView) digitalClock.findViewById(R.id.daysOfWeek);
127 TextView labelView =
128 (TextView) view.findViewById(R.id.label);
266 // Inflate the custom view and set each TextView's text.
268 TextView textView = (TextView) v.findViewById(R.id.header_time);
269 textView.setText(time);
270 textView = (TextView) v.findViewById(R.id.header_label);
271 textView.setText(alarm.label);