Home | History | Annotate | Download | only in com.example.android.textlinkify

Lines Matching refs:TextView

28 import android.widget.TextView;
32 * {@link android.widget.TextView}.
36 * <li><b>Automatically:</b> Text added to a TextView can automatically be linkified by enabling
38 * {@link android.widget.TextView#setAutoLinkMask(int)} using an option from
64 * .setAutoLinkMask(Linkify.ALL) before the text is set on the TextView.
76 * call setMovementMethod() on the TextView object.
78 TextView textViewResource = (TextView) findViewById(R.id.text_html_resource);
93 TextView textViewHtml = (TextView) findViewById(R.id.text_html_program);
126 TextView textViewSpan = (TextView) findViewById(R.id.text_spannable);
130 * Set the movement method to move between links in this TextView.
131 * This means that the user traverses through links in this TextView, automatically