Searched refs:EDITABLE (Results 1 – 5 of 5) sorted by relevance
84 super.setText(text, BufferType.EDITABLE); in setText()
1177 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, enumConstant8919 if (mBufferType == BufferType.EDITABLE) { in onInitializeAccessibilityNodeInfoInternal()
251 return TextView.BufferType.EDITABLE; in getBufferType()
41692 enum_constant public static final android.widget.TextView.BufferType EDITABLE;
44298 enum_constant public static final android.widget.TextView.BufferType EDITABLE;