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

/frameworks/base/core/java/android/widget/
H A DEditText.java84 super.setText(text, BufferType.EDITABLE);
H A DTextView.java1177 BufferType bufferType = BufferType.EDITABLE;
1293 bufferType = BufferType.EDITABLE;
1634 * an argument of BufferType.SPANNABLE or BufferType.EDITABLE, you can cast
1720 // * Promote to BufferType.EDITABLE if needed.
3913 * display buffer, upgrading it to BufferType.EDITABLE if it was
3922 * display buffer, upgrading it to BufferType.EDITABLE if it was
3927 setText(mText, BufferType.EDITABLE);
4259 if (type == BufferType.EDITABLE || getKeyListener() != null ||
4277 if (type == BufferType.EDITABLE || text instanceof Spannable) {
4285 type = (type == BufferType.EDITABLE)
8530 NORMAL, SPANNABLE, EDITABLE, enum constant in enum:TextView.BufferType
[all...]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DTextViewBindingAdapterTest.java251 return TextView.BufferType.EDITABLE;

Completed in 145 milliseconds