Home | History | Annotate | Download | only in browser

Lines Matching refs:TextView

32 import android.widget.TextView;
157 ((TextView) pageInfoView.findViewById(R.id.address)).setText(url);
158 ((TextView) pageInfoView.findViewById(R.id.title)).setText(title);
355 TextView successString = (TextView)table.findViewById(R.id.success);
394 TextView textView = (TextView) inflater.inflate(R.layout.ssl_warning,
396 textView.setText(error);
397 parent.addView(textView);