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

/frameworks/base/core/java/android/widget/
H A DTextView.java145 * Displays text to the user and optionally allows them to edit it. A TextView
151 * To allow users to copy some or all of the TextView's value and paste it somewhere else, set the
155 * allows users to make selection gestures in the TextView, which in turn triggers the system's
160 * See {@link android.R.styleable#TextView TextView Attributes},
232 public class TextView extends View implements ViewTreeObserver.OnPreDrawListener { class in inherits:View,ViewTreeObserver.OnPreDrawListener
233 static final String LOG_TAG = "TextView";
278 // New state used to change background based on whether this TextView is multiline.
413 public void setErrorDrawable(Drawable dr, TextView tv) {
574 // they are defined by the TextView'
623 public TextView(Context context) { method in class:TextView
627 public TextView(Context context, AttributeSet attrs) { method in class:TextView
631 public TextView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:TextView
636 public TextView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:TextView
[all...]

Completed in 88 milliseconds