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

/frameworks/base/core/java/android/widget/
H A DTextView.java113 * Displays text to the user and optionally allows them to edit it. A TextView
121 * See {@link android.R.styleable#TextView TextView Attributes},
187 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener { class in inherits:View,ViewTreeObserver.OnPreDrawListener
188 static final String TAG = "TextView";
242 * This flag is set if the TextView tries to display an error before it
312 boolean onEditorAction(TextView v, int actionId, KeyEvent event);
315 public TextView(Context context) { method in class:TextView
319 public TextView(Context context, method in class:TextView
324 public TextView(Contex method in class:TextView
[all...]

Completed in 73 milliseconds