Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewWordLimitsTest.java81 mTv.setText(text, TextView.BufferType.SPANNABLE); in verifyWordLimits()
93 mTv.setText(text, TextView.BufferType.SPANNABLE); in verifySelectCurrentWord()
/frameworks/base/core/java/android/widget/
DTextView.java1210 bufferType = BufferType.SPANNABLE; in TextView()
1225 bufferType = BufferType.SPANNABLE; in TextView()
1241 bufferType = BufferType.SPANNABLE; in TextView()
3978 } else if (type == BufferType.SPANNABLE || mMovement != null) { in setText()
3995 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE; in setText()
5196 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL); in setTextIsSelectable()
7464 setText(mText, BufferType.SPANNABLE); in setSelectAllOnFocus()
8190 NORMAL, SPANNABLE, EDITABLE, enumConstant
9069 setText(mText, BufferType.SPANNABLE); in ensureIterableTextForAccessibilitySelectable()
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1401 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE); in update()
/frameworks/base/docs/html/guide/faq/
Dcommontasks.jd685 // vw.setText("Italic, highlighted, bold.", TextView.BufferType.SPANNABLE);
/frameworks/base/api/
Dsystem-current.txt41471 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
Dcurrent.txt38942 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;