Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditText.java116 super.setText(text, BufferType.EDITABLE); in getText()
122 super.setText(text, BufferType.EDITABLE); in setText()
DTextView.java1406 BufferType bufferType = BufferType.EDITABLE;
1522 bufferType = BufferType.EDITABLE;
5755 setText(mText, BufferType.EDITABLE); in append()
6156 if (type == BufferType.EDITABLE || getKeyListener() != null in setText()
6195 if (type == BufferType.EDITABLE || text instanceof Spannable) { in setText()
6203 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE; in setText()
8707 setText(text.text, TextView.BufferType.EDITABLE); in setExtractedText()
11092 NORMAL, SPANNABLE, EDITABLE enumConstant
11672 if (mBufferType == BufferType.EDITABLE) { in onInitializeAccessibilityNodeInfoInternal()
11970 if (!isEnabled() || (mBufferType != BufferType.EDITABLE)) { in performAccessibilityActionInternal()
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewFallbackLineSpacingTest.java56 { "Enabled - DynamicLayout", true, BufferType.EDITABLE}, in layouts()
57 { "Disabled - DynamicLayout", false, BufferType.EDITABLE}, in layouts()
DTextViewTest.java311 mTextView.setText(text, BufferType.EDITABLE); in testUseDynamicLayout_EDITABLE()
315 mTextView.setText(text, BufferType.EDITABLE); in testUseDynamicLayout_EDITABLE()
319 mTextView.setText(precomputed, BufferType.EDITABLE); in testUseDynamicLayout_EDITABLE()
323 mTextView.setText(precomputed, BufferType.EDITABLE); in testUseDynamicLayout_EDITABLE()
/frameworks/base/apct-tests/perftests/core/src/android/widget/
DEditTextCursorMovementPerfTest.java89 editText.setText(mText, TextView.BufferType.EDITABLE); in testCursorMovement()
DEditTextBackspacePerfTest.java89 editText.setText(mText, TextView.BufferType.EDITABLE); in prepareTextForBackspace()
DEditTextLongTextPerfTest.java91 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/opt/setupwizard/tools/docs/
Dandroid-22.txt38938 enum_constant public static final android.widget.TextView.BufferType EDITABLE;
/frameworks/base/api/
Dcurrent.txt57330 enum_constant public static final android.widget.TextView.BufferType EDITABLE;