Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditText.java113 super.setText(text, BufferType.EDITABLE); in setText()
DTextView.java1397 BufferType bufferType = BufferType.EDITABLE;
1512 bufferType = BufferType.EDITABLE;
4920 setText(mText, BufferType.EDITABLE);
5304 if (type == BufferType.EDITABLE || getKeyListener() != null
5322 if (type == BufferType.EDITABLE || text instanceof Spannable) {
5330 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE;
7583 setText(text.text, TextView.BufferType.EDITABLE); in setExtractedText()
9903 NORMAL, SPANNABLE, EDITABLE enumConstant
10361 if (mBufferType == BufferType.EDITABLE) { in onInitializeAccessibilityNodeInfoInternal()
10659 if (!isEnabled() || (mBufferType != BufferType.EDITABLE)) { in performAccessibilityActionInternal()
/frameworks/base/apct-tests/perftests/core/src/android/widget/
DEditTextCursorMovementPerfTest.java93 editText.setText(mText, TextView.BufferType.EDITABLE); in testCursorMovement()
DEditTextBackspacePerfTest.java93 editText.setText(mText, TextView.BufferType.EDITABLE); in prepareTextForBackspace()
DEditTextLongTextPerfTest.java98 editText.setText(sb.toString(), TextView.BufferType.EDITABLE); in setupEditText()
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/util/
DKeyboardUtil.java139 textView.setText("", TextView.BufferType.EDITABLE); in initTextViewForSimulatedIme()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DFragmentReceiveResultSupport.java113 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE); in onCreateView()
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerTestActivity.java88 mDebugView.setText(mDebugView.getText(), TextView.BufferType.EDITABLE); in onCreate()
/frameworks/base/core/tests/coretests/src/android/text/method/
DForwardDeleteTest.java57 mTextView.setText(state.mText, BufferType.EDITABLE); in forwardDelete()
DBackspaceTest.java57 mTextView.setText(state.mText, BufferType.EDITABLE); in backspace()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DTextViewBindingAdapterTest.java253 return TextView.BufferType.EDITABLE; in getBufferType()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38938 enum_constant public static final android.widget.TextView.BufferType EDITABLE;
/frameworks/base/api/
Dcurrent.txt51353 enum_constant public static final android.widget.TextView.BufferType EDITABLE;
Dsystem-current.txt55261 enum_constant public static final android.widget.TextView.BufferType EDITABLE;