Lines Matching refs:textView
31 import android.widget.TextView;
156 ((TextView) pageInfoView.findViewById(R.id.address)).setText(url);
157 ((TextView) pageInfoView.findViewById(R.id.title)).setText(title);
354 TextView successString = (TextView)table.findViewById(R.id.success);
393 TextView textView = (TextView) inflater.inflate(R.layout.ssl_warning,
395 textView.setText(error);
396 parent.addView(textView);