Searched refs:SPANNABLE (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewWordLimitsTest.java | 81 mTv.setText(text, TextView.BufferType.SPANNABLE); in verifyWordLimits() 93 mTv.setText(text, TextView.BufferType.SPANNABLE); in verifySelectCurrentWord()
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 1210 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/ |
D | ClosedCaptionRenderer.java | 1401 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE); in update()
|
/frameworks/base/docs/html/guide/faq/ |
D | commontasks.jd | 685 // vw.setText("Italic, highlighted, bold.", TextView.BufferType.SPANNABLE);
|
/frameworks/base/api/ |
D | system-current.txt | 41471 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
|
D | current.txt | 38942 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
|