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

/frameworks/base/core/java/android/widget/
H A DTextView.java1399 BufferType bufferType = BufferType.EDITABLE;
1514 bufferType = BufferType.EDITABLE;
2249 * or {@link android.widget.TextView.BufferType#EDITABLE BufferType.EDITABLE}, you can cast
2348 // * Promote to BufferType.EDITABLE if needed.
4900 * display buffer, upgrading it to {@link android.widget.TextView.BufferType#EDITABLE}
4911 * display buffer, upgrading it to {@link android.widget.TextView.BufferType#EDITABLE}
4922 setText(mText, BufferType.EDITABLE);
5167 * @see android.widget.TextView.BufferType#EDITABLE
5306 if (type == BufferType.EDITABLE || getKeyListene
9908 NORMAL, SPANNABLE, EDITABLE enum constant in enum:TextView.BufferType
[all...]

Completed in 481 milliseconds