Searched refs:EDITABLE (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditText.java116 super.setText(text, BufferType.EDITABLE);
122 super.setText(text, BufferType.EDITABLE);
H A DTextView.java1300 BufferType bufferType = BufferType.EDITABLE;
1416 bufferType = BufferType.EDITABLE;
2162 * or {@link android.widget.TextView.BufferType#EDITABLE BufferType.EDITABLE}, you can cast
2261 // * Promote to BufferType.EDITABLE if needed.
5213 * display buffer, upgrading it to {@link android.widget.TextView.BufferType#EDITABLE}
5224 * display buffer, upgrading it to {@link android.widget.TextView.BufferType#EDITABLE}
5235 setText(mText, BufferType.EDITABLE);
5481 * @see android.widget.TextView.BufferType#EDITABLE
5629 if (type == BufferType.EDITABLE || getKeyListene
10307 NORMAL, SPANNABLE, EDITABLE enum constant in enum:TextView.BufferType
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewFallbackLineSpacingTest.java55 { "Enabled - DynamicLayout", true, BufferType.EDITABLE},
56 { "Disabled - DynamicLayout", false, BufferType.EDITABLE},
H A DTextViewTest.java307 mTextView.setText(text, BufferType.EDITABLE);
311 mTextView.setText(text, BufferType.EDITABLE);
315 mTextView.setText(precomputed, BufferType.EDITABLE);
319 mTextView.setText(precomputed, BufferType.EDITABLE);
/frameworks/base/apct-tests/perftests/core/src/android/widget/
H A DEditTextBackspacePerfTest.java88 editText.setText(mText, TextView.BufferType.EDITABLE);
H A DEditTextCursorMovementPerfTest.java88 editText.setText(mText, TextView.BufferType.EDITABLE);
H A DEditTextLongTextPerfTest.java98 editText.setText(sb.toString(), TextView.BufferType.EDITABLE);
/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/util/
H A DKeyboardUtil.java139 textView.setText("", TextView.BufferType.EDITABLE);
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentReceiveResultSupport.java114 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentReceiveResultSupport.java114 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
/frameworks/base/core/tests/coretests/src/android/text/method/
H A DForwardDeleteTest.java59 mTextView.setText(state.mText, BufferType.EDITABLE);
H A DBackspaceTest.java61 mTextView.setText(state.mText, BufferType.EDITABLE);
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestActivity.java88 mDebugView.setText(mDebugView.getText(), TextView.BufferType.EDITABLE);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DTextViewBindingAdapterTest.java253 return TextView.BufferType.EDITABLE;

Completed in 355 milliseconds