/cts/tests/tests/text/src/android/text/util/cts/ |
D | LinkifyTest.java | 115 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/ |
D | SpannableStringBuilderTest.java | 403 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
|
D | HtmlTest.java | 71 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
|
D | BidiFormatterTest.java | 262 Object[] spans; in testCharSequenceApis() local
|
D | TextUtilsTest.java | 280 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
|
D | PrecomputedTextTest.java | 220 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/ |
D | AccessibilityTextActionTest.java | 458 T spans[] = ((Spanned) accessibilityTextWithSpan) in findSingleSpanInViewWithText() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 545 URLSpan[] spans = spanString.getSpans(0, spanString.length(), URLSpan.class); in testAccessAutoLinkMask() local 4665 URLSpan[] spans = mTextView.getUrls(); in testGetUrls() local
|