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

/frameworks/base/core/java/android/widget/
H A DTextView.java139 * Displays text to the user and optionally allows them to edit it. A TextView
147 * See {@link android.R.styleable#TextView TextView Attributes},
216 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener { class in inherits:View,ViewTreeObserver.OnPreDrawListener
217 static final String LOG_TAG = "TextView";
262 // New state used to change background based on whether this TextView is multiline.
358 public void setErrorDrawable(Drawable dr, TextView tv) {
524 // they are defined by the TextView's style and are theme-dependent.
570 boolean onEditorAction(TextView v, int actionId, KeyEvent event);
573 public TextView(Contex method in class:TextView
577 public TextView(Context context, AttributeSet attrs) { method in class:TextView
582 public TextView(Context context, AttributeSet attrs, int defStyle) { method in class:TextView
[all...]

Completed in 50 milliseconds