Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditText.java115 super.setText(text, BufferType.EDITABLE); in getText()
121 super.setText(text, BufferType.EDITABLE); in setText()
DTextView.java1468 BufferType bufferType = BufferType.EDITABLE;
1586 bufferType = BufferType.EDITABLE;
1681 if (bufferType == BufferType.EDITABLE && singleLine && maxlength == -1) {
5885 setText(mText, BufferType.EDITABLE); in append()
6286 if (type == BufferType.EDITABLE || getKeyListener() != null in setText()
6324 if (type == BufferType.EDITABLE || text instanceof Spannable) { in setText()
6332 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE; in setText()
8830 setText(text.text, TextView.BufferType.EDITABLE); in setExtractedText()
10378 if (mBufferType != BufferType.EDITABLE) return; in applySingleLine()
10411 if (mBufferType != BufferType.EDITABLE) return; in applySingleLine()
[all …]
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewTest.java236 mTextView.setText(text, BufferType.EDITABLE); in testUseDynamicLayout_EDITABLE()
240 mTextView.setText(text, BufferType.EDITABLE); in testUseDynamicLayout_EDITABLE()
244 mTextView.setText(precomputed, BufferType.EDITABLE); in testUseDynamicLayout_EDITABLE()
248 mTextView.setText(precomputed, BufferType.EDITABLE); in testUseDynamicLayout_EDITABLE()
DTextViewFallbackLineSpacingTest.java56 { "Enabled - DynamicLayout", true, BufferType.EDITABLE}, in layouts()
57 { "Disabled - DynamicLayout", false, BufferType.EDITABLE}, in layouts()
/frameworks/base/apct-tests/perftests/core/src/android/widget/
DEditTextCursorMovementPerfTest.java90 editText.setText(mText, TextView.BufferType.EDITABLE); in testCursorMovement()
DEditTextBackspacePerfTest.java90 editText.setText(mText, TextView.BufferType.EDITABLE); in prepareTextForBackspace()
DEditTextLongTextPerfTest.java92 editText.setText(sb.toString(), TextView.BufferType.EDITABLE); in setupEditText()
/frameworks/base/core/tests/coretests/src/android/text/method/
DForwardDeleteTest.java60 mTextView.setText(state.mText, BufferType.EDITABLE); in forwardDelete()
DBackspaceTest.java62 mTextView.setText(state.mText, BufferType.EDITABLE); in backspace()
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerTestActivity.java88 mDebugView.setText(mDebugView.getText(), TextView.BufferType.EDITABLE); in onCreate()
/frameworks/base/core/api/
Dcurrent.txt56467 enum_constant public static final android.widget.TextView.BufferType EDITABLE;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38938 enum_constant public static final android.widget.TextView.BufferType EDITABLE;