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

/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewTest.java105 mTextView.setText(originalText, TextView.BufferType.SPANNABLE);
129 mTextView.setText(originalText, TextView.BufferType.SPANNABLE);
147 mTextView.setText(originalText, TextView.BufferType.SPANNABLE);
166 mTextView.setText(originalText, TextView.BufferType.SPANNABLE);
281 mTextView.setText(text, BufferType.SPANNABLE);
286 mTextView.setText(text, BufferType.SPANNABLE);
290 mTextView.setText(precomputed, BufferType.SPANNABLE);
294 mTextView.setText(precomputed, BufferType.SPANNABLE);
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DTextViewBindingObject.java278 mBufferType = TextView.BufferType.SPANNABLE;
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DTextViewBindingAdapterTest.java256 return TextView.BufferType.SPANNABLE;
/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DClosedCaptionRenderer.java338 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE);
/frameworks/base/core/java/android/widget/
H A DTextView.java1402 bufferType = BufferType.SPANNABLE;
1413 bufferType = BufferType.SPANNABLE;
1431 bufferType = BufferType.SPANNABLE;
2161 * with an argument of {@link android.widget.TextView.BufferType#SPANNABLE BufferType.SPANNABLE}
5494 * @see android.widget.TextView.BufferType#SPANNABLE
5651 } else if (type == BufferType.SPANNABLE || mMovement != null) {
5668 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE;
6993 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL);
9539 setText(mText, BufferType.SPANNABLE);
10307 NORMAL, SPANNABLE, EDITABLE enum constant in enum:TextView.BufferType
[all...]
/frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
H A DClosedCaptionRenderer.java1438 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE);
/frameworks/base/media/java/android/media/
H A DClosedCaptionRenderer.java1447 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE);

Completed in 340 milliseconds