Home
last modified time | relevance | path

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

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/test/java/com/google/android/exoplayer2/ui/
DSpannedToHtmlConverterTest.java56 SpannableString spanned = new SpannableString("String with colored section"); in convert_supportsForegroundColorSpan() local
73 SpannableString spanned = new SpannableString("String with highlighted section"); in convert_supportsBackgroundColorSpan() local
94 SpannableString spanned = new SpannableString("Vertical text with 123 horizontal numbers"); in convert_supportsHorizontalTextInVerticalContextSpan() local
115 SpannableString spanned = new SpannableString("String with 10px section"); in convert_supportsAbsoluteSizeSpan_px() local
136 SpannableString spanned = new SpannableString("String with 10dp section"); in convert_supportsAbsoluteSizeSpan_dp() local
153 SpannableString spanned = new SpannableString("String with 10% section"); in convert_supportsRelativeSizeSpan() local
170 SpannableString spanned = new SpannableString("String with Times New Roman section"); in convert_supportsTypefaceSpan() local
189 SpannableString spanned = new SpannableString("String with unstyled section"); in convert_supportsTypefaceSpan_nullFamily() local
205 SpannableString spanned = new SpannableString("String with crossed-out section"); in convert_supportsStrikethroughSpan() local
223 SpannableString spanned = in convert_supportsStyleSpan() local
[all …]
DSubtitleViewUtilsTest.java143 SpannableString spanned = in buildCue() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/test/java/com/google/android/exoplayer2/ui/
DSpannedToHtmlConverterTest.java56 SpannableString spanned = new SpannableString("String with colored section"); in convert_supportsForegroundColorSpan() local
73 SpannableString spanned = new SpannableString("String with highlighted section"); in convert_supportsBackgroundColorSpan() local
94 SpannableString spanned = new SpannableString("Vertical text with 123 horizontal numbers"); in convert_supportsHorizontalTextInVerticalContextSpan() local
115 SpannableString spanned = new SpannableString("String with 10px section"); in convert_supportsAbsoluteSizeSpan_px() local
136 SpannableString spanned = new SpannableString("String with 10dp section"); in convert_supportsAbsoluteSizeSpan_dp() local
153 SpannableString spanned = new SpannableString("String with 10% section"); in convert_supportsRelativeSizeSpan() local
170 SpannableString spanned = new SpannableString("String with Times New Roman section"); in convert_supportsTypefaceSpan() local
189 SpannableString spanned = new SpannableString("String with unstyled section"); in convert_supportsTypefaceSpan_nullFamily() local
205 SpannableString spanned = new SpannableString("String with crossed-out section"); in convert_supportsStrikethroughSpan() local
223 SpannableString spanned = in convert_supportsStyleSpan() local
[all …]
DSubtitleViewUtilsTest.java143 SpannableString spanned = in buildCue() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlDecoderTest.java81 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inlineAttributes() local
100 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 20_000_000); in inheritInlineAttributes() local
129 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 20_000_000); in lime() local
144 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inheritGlobalStyle() local
226 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inheritMultipleStyles() local
431 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeSpans() local
458 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithMissingUnitIsIgnored() local
470 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithInvalidValueIsIgnored() local
492 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithEmptyValueIsIgnored() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlDecoderTest.java81 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inlineAttributes() local
100 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 20_000_000); in inheritInlineAttributes() local
129 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 20_000_000); in lime() local
144 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inheritGlobalStyle() local
226 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in inheritMultipleStyles() local
431 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeSpans() local
458 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithMissingUnitIsIgnored() local
470 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithInvalidValueIsIgnored() local
492 Spanned spanned = getOnlyCueTextAtTimeUs(subtitle, 10_000_000); in fontSizeWithEmptyValueIsIgnored() local
/external/rust/crates/clap_derive/src/utils/
Dmod.rs2 mod spanned; module
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowHtmlTest.java56 Spanned spanned = Html.fromHtml(text); in fromHtml_shouldJustReturnArgByDefault() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowHtmlTest.java56 Spanned spanned = Html.fromHtml(text); in fromHtml_shouldJustReturnArgByDefault() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DSpannedToHtmlConverter.java89 Spanned spanned = (Spanned) text; in convert() local
129 Spanned spanned, float displayDensity) { in findSpanTransitions()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DSpannedToHtmlConverter.java89 Spanned spanned = (Spanned) text; in convert() local
129 Spanned spanned, float displayDensity) { in findSpanTransitions()
/external/rust/crates/quote/src/
Dlib.rs116 pub mod spanned; module
/external/noto-fonts/emoji-compat/tests/src/androidx/emoji2/bundled/
DAllEmojisTest.java181 final Spanned spanned = (Spanned) EmojiCompat.get().process(new TestString(str).toString()); in assertSpanCanRenderEmoji() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java64 public static Factory<SpannedSubject, Spanned> spanned() { in spanned() method in SpannedSubject
76 public static SpannedSubject assertThat(@Nullable Spanned spanned) { in assertThat()
695 private static String getAllSpansAsString(Spanned spanned) { in getAllSpansAsString()
703 private static String getSpanAsString(Object span, Spanned spanned) { in getSpanAsString()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java64 public static Factory<SpannedSubject, Spanned> spanned() { in spanned() method in SpannedSubject
76 public static SpannedSubject assertThat(@Nullable Spanned spanned) { in assertThat()
695 private static String getAllSpansAsString(Spanned spanned) { in getAllSpansAsString()
703 private static String getSpanAsString(Object span, Spanned spanned) { in getSpanAsString()
/external/rust/crates/syn/src/
Dlib.rs456 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/cldr-code/src/main/java/org/unicode/cldr/test/
DTestMisc.java452 UnicodeSet spanned = new UnicodeSet(sourceSet).addBridges(dontCares); in showSpans() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/test/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubjectTest.java82 Spanned spanned = createSpannable(new UnderlineSpan()); in hasNoSpans_failure() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/test/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubjectTest.java82 Spanned spanned = createSpannable(new UnderlineSpan()); in hasNoSpans_failure() local
/external/rust/crates/combine/src/parser/
Dmod.rs950 fn spanned(self) -> Spanned<Self> in spanned() method
Dcombinator.rs1556 pub fn spanned<Input, P>(p: P) -> Spanned<P> in spanned() function