Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewTest.java108 mTextView.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityResultNonEditable()
132 mTextView.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityResultEditable()
150 mTextView.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityResultCancel()
169 mTextView.setText(originalText, TextView.BufferType.SPANNABLE); in testProcessTextActivityNoData()
285 mTextView.setText(text, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
290 mTextView.setText(text, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
294 mTextView.setText(precomputed, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
298 mTextView.setText(precomputed, BufferType.SPANNABLE); in testUseDynamicLayout_SPANNABLE()
/frameworks/base/core/java/android/widget/
DTextView.java1508 bufferType = BufferType.SPANNABLE;
1519 bufferType = BufferType.SPANNABLE;
1537 bufferType = BufferType.SPANNABLE;
6186 } else if (type == BufferType.SPANNABLE || mMovement != null) { in setText()
6203 type = (type == BufferType.EDITABLE) ? BufferType.EDITABLE : BufferType.SPANNABLE; in setText()
7747 setText(mText, selectable ? BufferType.SPANNABLE : BufferType.NORMAL); in setTextIsSelectable()
10327 setText(mText, BufferType.SPANNABLE); in setSelectAllOnFocus()
11092 NORMAL, SPANNABLE, EDITABLE enumConstant
12952 setText(mText, BufferType.SPANNABLE); in ensureIterableTextForAccessibilitySelectable()
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1447 mLineBoxes[i].setText(textBuffer[i], TextView.BufferType.SPANNABLE); in update()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38940 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;
/frameworks/base/api/
Dcurrent.txt57332 enum_constant public static final android.widget.TextView.BufferType SPANNABLE;