Home
last modified time | relevance | path

Searched refs:EDITABLE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditText.java84 super.setText(text, BufferType.EDITABLE); in setText()
DTextView.java1177 BufferType bufferType = BufferType.EDITABLE; in TextView()
1293 bufferType = BufferType.EDITABLE; in TextView()
3922 setText(mText, BufferType.EDITABLE); in append()
4254 if (type == BufferType.EDITABLE || getKeyListener() != null || in setText()
4272 if (type == BufferType.EDITABLE || text instanceof Spannable) { in setText()
4280 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE; in setText()
6352 setText(text.text, TextView.BufferType.EDITABLE); in setExtractedText()
8533 NORMAL, SPANNABLE, EDITABLE, enumConstant
8919 if (mBufferType == BufferType.EDITABLE) { in onInitializeAccessibilityNodeInfoInternal()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DTextViewBindingAdapterTest.java251 return TextView.BufferType.EDITABLE; in getBufferType()
/frameworks/base/api/
Dcurrent.txt41692 enum_constant public static final android.widget.TextView.BufferType EDITABLE;
Dsystem-current.txt44298 enum_constant public static final android.widget.TextView.BufferType EDITABLE;