Searched defs:TextView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java195 * <TextView
212 * final TextView helloTextView = (TextView) findViewById(R.id.text_view_id);
218 * To customize the appearance of TextView, see <a href="https://developer.android.com/guide/topics/ui/themes.html">Styles and Themes</a>.
223 * See {@link android.R.styleable#TextView TextView Attributes},
304 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener { class in inherits:View,ViewTreeObserver.OnPreDrawListener
305 static final String LOG_TAG = "TextView";
352 // New state used to change background based on whether this TextView is multiline.
524 public void setErrorDrawable(Drawable dr, TextView t
809 public TextView(Context context) { method in class:TextView
813 public TextView(Context context, @Nullable AttributeSet attrs) { method in class:TextView
817 public TextView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { method in class:TextView
822 public TextView( method in class:TextView
[all...]

Completed in 74 milliseconds