Home
last modified time | relevance | path

Searched defs:spanned (Results 1 – 12 of 12) sorted by relevance

/external/exoplayer/tree/library/ui/src/test/java/com/google/android/exoplayer2/ui/
DSpannedToHtmlConverterTest.java40 SpannableString spanned = new SpannableString("String with colored section"); in convert_supportsForegroundColorSpan() local
55 SpannableString spanned = new SpannableString("Vertical text with 123 horizontal numbers"); in convert_supportsHorizontalTextInVerticalContextSpan() local
72 SpannableString spanned = in convert_supportsStyleSpan() local
99 SpannableString spanned = in convert_supportsRubySpan() local
131 SpannableString spanned = new SpannableString("String with underlined section."); in convert_supportsUnderlineSpan() local
166 SpannableString spanned = new SpannableString("String with <foo>unrecognised</foo> tags"); in convert_escapesUnrecognisedTagInSpannedString() local
197 SpannableString spanned = new SpannableString("String with unrecognised span"); in convert_ignoresUnrecognisedSpan() local
216 SpannableString spanned = new SpannableString("String with italic-bold-underlined section"); in convert_sortsTagsConsistently() local
230 SpannableString spanned = new SpannableString("String with italic and bold section"); in convert_supportsNestedTags() local
247 SpannableString spanned = new SpannableString("String with italic and bold section"); in convert_overlappingSpans_producesInvalidHtml() local
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlDecoderTest.java73 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inlineAttributes() local
92 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 20_000_000); in inheritInlineAttributes() local
121 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 20_000_000); in lime() local
136 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inheritGlobalStyle() local
224 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inheritMultipleStyles() local
429 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeSpans() local
456 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithMissingUnitIsIgnored() local
468 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithInvalidValueIsIgnored() local
490 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithEmptyValueIsIgnored() local
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DSpannedToHtmlConverter.java77 Spanned spanned = (Spanned) text; in convert() local
103 private static SparseArray<Transition> findSpanTransitions(Spanned spanned) { in findSpanTransitions()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowHtmlTest.java56 Spanned spanned = Html.fromHtml(text); in fromHtml_shouldJustReturnArgByDefault() local
/external/rust/crates/quote/src/
Dlib.rs114 pub mod spanned; module
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java63 public static Factory<SpannedSubject, Spanned> spanned() { in spanned() method in SpannedSubject
75 public static SpannedSubject assertThat(@Nullable Spanned spanned) { in assertThat()
656 private static String getAllSpansAsString(Spanned spanned) { in getAllSpansAsString()
664 private static String getSpanAsString(Object span, Spanned spanned) { in getSpanAsString()
/external/rust/crates/syn/src/
Dlib.rs463 pub mod spanned; module
/external/rust/crates/proc-macro-error/src/
Ddiagnostic.rs105 pub fn spanned(span: Span, level: Level, message: String) -> Self { in spanned() method
/external/libchrome/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java262 public static String toHtml(Spanned spanned, int option) { in toHtml()
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMisc.java452 UnicodeSet spanned = new UnicodeSet(sourceSet).addBridges(dontCares); in showSpans() local
/external/exoplayer/tree/testutils/src/test/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubjectTest.java79 Spanned spanned = createSpannable(new UnderlineSpan()); in hasNoSpans_failure() local
/external/rust/crates/structopt-derive/src/
Dlib.rs23 mod spanned; module