Home
last modified time | relevance | path

Searched defs:spans (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/text/src/android/text/util/cts/
DLinkifyTest.java115 URLSpan[] spans = spannable.getSpans(0, spannable.length(), URLSpan.class); in testAddLinksToSpannable() local
143 URLSpan[] spans = ((Spannable) tv.getText()).getSpans(0, text.length(), URLSpan.class); in testAddLinksToTextView() local
171 URLSpan[] spans = ((Spannable) tv.getText()).getSpans(0, text.length(), URLSpan.class); in testAddLinksToTextViewWithScheme() local
216 URLSpan[] spans = ((Spannable) tv.getText()).getSpans(0, text.length(), URLSpan.class); in testAddLinksToTextViewWithSchemeAndFilter() local
267 URLSpan[] spans = (spannable.getSpans(0, spannable.length(), URLSpan.class)); in testAddLinksToSpannableWithScheme() local
302 URLSpan[] spans = (spannable.getSpans(0, spannable.length(), URLSpan.class)); in testAddLinksToSpannableWithSchemeAndFilter() local
368 final URLSpan[] spans = spannable.getSpans(0, spannable.length(), URLSpan.class); in testAddLinksPhoneNumbers() local
407 URLSpan[] spans = textView.getUrls(); in testAddLinks_withTextView_addsLinksWhenDefaultSchemeIsNull() local
422 URLSpan[] spans = textView.getUrls(); in testAddLinks_withTextView_addsLinksWhenSchemesArrayIsNull() local
439 URLSpan[] spans = textView.getUrls(); in testAddLinks_withTextView_prependsDefaultSchemeToBeginingOfLink() local
[all …]
/cts/tests/tests/text/src/android/text/cts/
DSpannableStringBuilderTest.java403 final Object[] spans = builder.getSpans(0, builder.length(), Object.class); in testAppend_textWithSpan() local
628 Object[] spans = builder.getSpans(0, text.length(), Object.class); in testGetSpans_returnsEmptyIfSetSpanIsNotCalled() local
653 final SubscriptSpan[] spans = builder.getSpans(0, builder.length(), SubscriptSpan.class); in assertGetSpans_returnsInInsertionOrder() local
690 final SubscriptSpan[] spans = builder.getSpans(0, builder.length(), SubscriptSpan.class); in testGetSpans_returnsInInsertionOrder_priorityAndRegular() local
715 Object[] spans = builder.getSpans(0, text.length(), Object.class); in testGetSpans_returnsSpansInInsertionOrderWhenTheLaterCoversTheFirst() local
740 Object[] spans = builder.getSpans(0, text.length(), Object.class); in testGetSpans_returnsSpansSortedFirstByPriorityThenByInsertionOrder() local
767 Object[] spans = builder.getSpans(0, text.length(), Object.class); in testGetSpans_returnsSpansInInsertionOrderAfterRemoveSpanCalls() local
DHtmlTest.java71 Object[] spans = spanned.getSpans(start, end, Object.class); in verifySingleTagOnWhileString() local
92 Object[] spans = spanned.getSpans(start, end, Object.class); in verifyBadHtml() local
397 Object[] spans = spanned.getSpans(0, spanned.length(), Object.class); in testMarkupFromHtml() local
420 AlignmentSpan[] spans = spanned.getSpans(0, spanned.length(), AlignmentSpan.class); in testTextAlignCssFromHtml() local
DBidiFormatterTest.java262 Object[] spans; in testCharSequenceApis() local
DTextUtilsTest.java280 Object spans[] = strResult.getSpans(0, strResult.length(), Object.class); in testConcat() local
312 final Object[] spans = result.getSpans(0, result.length(), Object.class); in testConcat_NullParameters() local
332 final Object[] spans = result.getSpans(0, result.length(), Object.class); in testConcat_twoParagraphSpans() local
352 final Object[] spans = result.getSpans(0, result.length(), Object.class); in testConcat_oneParagraphSpanAndOneInclusiveSpan() local
364 Object[] spans; in testCopySpansFrom() local
2070 Object[] spans = ret.getSpans(0, ret.length(), Object.class); in testWriteToParcel() local
2096 Object[] spans = ret.getSpans(0, ret.length(), Object.class); in testWriteToParcel() local
DPrecomputedTextTest.java220 final LocaleSpan[] spans = s.getSpans(0, s.length(), LocaleSpan.class); in testSpannedInterface_Spanned() local
242 final BackgroundColorSpan[] spans = s.getSpans(0, s.length(), BackgroundColorSpan.class); in testSpannedInterface_Spannable() local
273 LocaleSpan[] spans = s.getSpans(0, s.length(), LocaleSpan.class); in testSpannedInterface_String() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityTextActionTest.java458 T spans[] = ((Spanned) accessibilityTextWithSpan) in findSingleSpanInViewWithText() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java545 URLSpan[] spans = spanString.getSpans(0, spanString.length(), URLSpan.class); in testAccessAutoLinkMask() local
4665 URLSpan[] spans = mTextView.getUrls(); in testGetUrls() local