Searched refs:SPANNABLE (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewTest.java65 tv.setText(originalText, TextView.BufferType.SPANNABLE);
82 tv.setText(originalText, TextView.BufferType.SPANNABLE);
98 tv.setText(originalText, TextView.BufferType.SPANNABLE);
114 tv.setText(originalText, TextView.BufferType.SPANNABLE);
H A DTextViewWordLimitsTest.java81 mTv.setText(text, TextView.BufferType.SPANNABLE);
93 mTv.setText(text, TextView.BufferType.SPANNABLE);
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DTextViewBindingObject.java266 mBufferType = TextView.BufferType.SPANNABLE;
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DTextViewBindingAdapterTest.java254 return TextView.BufferType.SPANNABLE;
/frameworks/base/core/java/android/widget/
H A DTextView.java1275 bufferType = BufferType.SPANNABLE;
1290 bufferType = BufferType.SPANNABLE;
1306 bufferType = BufferType.SPANNABLE;
1634 * an argument of BufferType.SPANNABLE or BufferType.EDITABLE, you can cast
4268 } else if (type == BufferType.SPANNABLE || mMovement != null) {
4285 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE;
5472 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL);
7773 setText(mText, BufferType.SPANNABLE);
8530 NORMAL, SPANNABLE, EDITABLE, enum constant in enum:TextView.BufferType
9722 setText(mText, BufferType.SPANNABLE);
[all...]
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1395 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE);

Completed in 132 milliseconds