Searched refs:EDITABLE (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | EditText.java | 116 super.setText(text, BufferType.EDITABLE); in getText() 122 super.setText(text, BufferType.EDITABLE); in setText()
|
D | TextView.java | 1406 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/ |
D | TextViewFallbackLineSpacingTest.java | 56 { "Enabled - DynamicLayout", true, BufferType.EDITABLE}, in layouts() 57 { "Disabled - DynamicLayout", false, BufferType.EDITABLE}, in layouts()
|
D | TextViewTest.java | 311 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/ |
D | EditTextCursorMovementPerfTest.java | 89 editText.setText(mText, TextView.BufferType.EDITABLE); in testCursorMovement()
|
D | EditTextBackspacePerfTest.java | 89 editText.setText(mText, TextView.BufferType.EDITABLE); in prepareTextForBackspace()
|
D | EditTextLongTextPerfTest.java | 91 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/opt/setupwizard/tools/docs/ |
D | android-22.txt | 38938 enum_constant public static final android.widget.TextView.BufferType EDITABLE;
|
/frameworks/base/api/ |
D | current.txt | 57330 enum_constant public static final android.widget.TextView.BufferType EDITABLE;
|