Searched refs:EDITABLE (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | EditText.java | 115 super.setText(text, BufferType.EDITABLE); in getText() 121 super.setText(text, BufferType.EDITABLE); in setText()
|
D | TextView.java | 1468 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/ |
D | TextViewTest.java | 236 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()
|
D | TextViewFallbackLineSpacingTest.java | 56 { "Enabled - DynamicLayout", true, BufferType.EDITABLE}, in layouts() 57 { "Disabled - DynamicLayout", false, BufferType.EDITABLE}, in layouts()
|
/frameworks/base/apct-tests/perftests/core/src/android/widget/ |
D | EditTextCursorMovementPerfTest.java | 90 editText.setText(mText, TextView.BufferType.EDITABLE); in testCursorMovement()
|
D | EditTextBackspacePerfTest.java | 90 editText.setText(mText, TextView.BufferType.EDITABLE); in prepareTextForBackspace()
|
D | EditTextLongTextPerfTest.java | 92 editText.setText(sb.toString(), TextView.BufferType.EDITABLE); in setupEditText()
|
/frameworks/base/core/tests/coretests/src/android/text/method/ |
D | ForwardDeleteTest.java | 60 mTextView.setText(state.mText, BufferType.EDITABLE); in forwardDelete()
|
D | BackspaceTest.java | 62 mTextView.setText(state.mText, BufferType.EDITABLE); in backspace()
|
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
D | SoundTriggerTestActivity.java | 88 mDebugView.setText(mDebugView.getText(), TextView.BufferType.EDITABLE); in onCreate()
|
/frameworks/base/core/api/ |
D | current.txt | 56467 enum_constant public static final android.widget.TextView.BufferType EDITABLE;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38938 enum_constant public static final android.widget.TextView.BufferType EDITABLE;
|