/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap-4.5.4/src/bin/ |
H A D | stdio-fixture.rs | 17 use clap::builder::styling; in main() 18 let styles = styling::Styles::styled() in main() 19 .header(styling::AnsiColor::Green.on_default() | styling::Effects::BOLD) in main() 20 .usage(styling::AnsiColor::Green.on_default() | styling::Effects::BOLD) in main() 21 .literal(styling::AnsiColor::Blue.on_default() | styling::Effects::BOLD) in main() 22 .placeholder(styling::AnsiColor::Cyan.on_default()); in main()
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap/src/bin/ |
D | stdio-fixture.rs | 17 use clap::builder::styling; in main() 18 let styles = styling::Styles::styled() in main() 19 .header(styling::AnsiColor::Green.on_default() | styling::Effects::BOLD) in main() 20 .usage(styling::AnsiColor::Green.on_default() | styling::Effects::BOLD) in main() 21 .literal(styling::AnsiColor::Blue.on_default() | styling::Effects::BOLD) in main() 22 .placeholder(styling::AnsiColor::Cyan.on_default()); in main()
|
/aosp_15_r20/developers/samples/android/ui/text/TextStyling-Java/ |
D | README.md | 1 Text Styling 16 …styling/parser/Parser.java#L62) method and the spans are created in the [`MarkdownBuilder.markdown… 17 …styling/renderer/MarkdownBuilder.java#L120) . To see how to apply multiple spans on the same strin… 20 …styling/parser/ParserTest.java). Span building is tested via Android JUnit tests, in [`MarkdownBui…
|
/aosp_15_r20/developers/samples/android/ui/text/RoundedBackground-Kotlin/app/src/main/res/layout/ |
D | activity_main.xml | 29 <com.android.example.text.styling.roundedbg.RoundedBgTextView 40 <com.android.example.text.styling.roundedbg.RoundedBgTextView 51 <com.android.example.text.styling.roundedbg.RoundedBgTextView 66 <com.android.example.text.styling.roundedbg.RoundedBgTextView 77 <com.android.example.text.styling.roundedbg.RoundedBgTextView 88 <com.android.example.text.styling.roundedbg.RoundedBgTextView 99 <com.android.example.text.styling.roundedbg.RoundedBgTextView 110 <com.android.example.text.styling.roundedbg.RoundedBgTextView 121 <com.android.example.text.styling.roundedbg.RoundedBgTextView
|
/aosp_15_r20/developers/samples/android/ui/text/TextStyling-Java/app/src/test/java/com/android/example/text/styling/parser/ |
D | ParserTest.java | 16 package com.android.example.text.styling.parser; 18 import static com.android.example.text.styling.parser.Element.Type.BULLET_POINT; 19 import static com.android.example.text.styling.parser.Element.Type.CODE_BLOCK; 20 import static com.android.example.text.styling.parser.Element.Type.QUOTE; 21 import static com.android.example.text.styling.parser.Element.Type.TEXT; 79 String code = "Styling `Text` in `Java`"; in simpleCode() 85 assertEquals(elements.get(0).getText(), "Styling "); in simpleCode() 96 String code = "Styling `Text` in `Java"; in codeWithExtraTick() 102 assertEquals(elements.get(0).getText(), "Styling "); in codeWithExtraTick()
|
/aosp_15_r20/developers/samples/android/ui/text/TextStyling-Kotlin/ |
D | README.md | 1 Text Styling 16 …styling/parser/Parser.kt#L42) method and the spans are created in the [`MarkdownBuilder.markdownTo… 17 …styling/renderer/MarkdownBuilder.kt#L53). For examples of creating custom spans, see [`BulletPoint…
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/paper-item/ |
H A D | README.md | 67 ### Styling 69 The following custom properties and mixins are available for styling: 116 ### Styling 118 The following custom properties and mixins are available for styling: 148 The child elements with the `secondary` attribute is given secondary text styling. 150 ### Styling 152 The following custom properties and mixins are available for styling:
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
H A D | SubtitleView.java | 59 * @param style A {@link CaptionStyleCompat} to use for styling unset properties of cues. 99 * <p>This will use CSS and HTML styling to render the subtitles. This supports some additional 100 * styling features beyond those supported by {@link #VIEW_TYPE_CANVAS} such as vertical text. 172 * styling and layout properties of {@link Cue}. 270 * Sets whether styling embedded within the cues should be applied. Enabled by default. Overrides 273 * @param applyEmbeddedStyles Whether styling embedded within the cues should be applied. 362 * <p>If {@link #applyEmbeddedStyles} is false then all styling spans are removed from {@link 366 * <p>Otherwise if {@link #applyEmbeddedFontSizes} is false then only size-related styling spans
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
H A D | SubtitleView.java | 57 * @param style A {@link CaptionStyleCompat} to use for styling unset properties of cues. 97 * <p>This will use CSS and HTML styling to render the subtitles. This supports some additional 98 * styling features beyond those supported by {@link #VIEW_TYPE_CANVAS} such as vertical text. 169 * styling and layout properties of {@link Cue}. 267 * Sets whether styling embedded within the cues should be applied. Enabled by default. Overrides 270 * @param applyEmbeddedStyles Whether styling embedded within the cues should be applied. 359 * <p>If {@link #applyEmbeddedStyles} is false then all styling spans are removed from {@link 363 * <p>Otherwise if {@link #applyEmbeddedFontSizes} is false then only size-related styling spans
|
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrStyledShape.h | 35 * geometry reflects the styling information (e.g. is stroked). It is also possible to apply just 40 * when styling information is applied to produce a new shape then the style has been converted 184 * Gets the bounds of the geometry without reflecting the shape's styling. This ignores 190 * Gets the bounds of the geometry reflecting the shape's styling (ignoring inverse fill 196 * Is this shape known to be convex, before styling is applied. An unclosed but otherwise 197 * convex path is considered to be closed if they styling reflects a fill and not otherwise. 226 * Might applying the styling to the geometry produce an inverse fill. The "may" part comes in 255 * styling). A negative value is returned if the shape has no key (shouldn't be cached).
|
/aosp_15_r20/developers/samples/android/ui/text/TextStyling-Java/app/src/main/java/com/android/example/text/styling/renderer/ |
D | MarkdownBuilder.java | 16 package com.android.example.text.styling.renderer; 29 import com.android.example.text.styling.parser.Element; 30 import com.android.example.text.styling.parser.Parser; 31 import com.android.example.text.styling.parser.TextMarkdown; 32 import com.android.example.text.styling.renderer.spans.BulletPointSpan; 33 import com.android.example.text.styling.renderer.spans.CodeBlockSpan;
|
/aosp_15_r20/developers/samples/android/ui/text/TextStyling-Kotlin/app/src/main/java/com/android/example/text/styling/renderer/ |
D | MarkdownBuilder.kt | 16 package com.android.example.text.styling.renderer in <lambda>() 27 import com.android.example.text.styling.parser.Element in <lambda>() 28 import com.android.example.text.styling.parser.Parser in <lambda>() 29 import com.android.example.text.styling.renderer.spans.BulletPointSpan in <lambda>() 30 import com.android.example.text.styling.renderer.spans.CodeBlockSpan in <lambda>()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.6/src/ |
H A D | lib.rs | 1 //! ANSI Text Styling 5 //! `anstyle` provides core types describing [ANSI styling escape 19 //! For integration with text styling crate, see: 26 //! User-styling parsers: 37 //! - [anstyle-wincon](https://docs.rs/anstyle-wincon): Styling legacy Microsoft terminals
|
/aosp_15_r20/external/rust/android-crates-io/crates/anstyle/src/ |
D | lib.rs | 1 //! ANSI Text Styling 5 //! `anstyle` provides core types describing [ANSI styling escape 19 //! For integration with text styling crate, see: 26 //! User-styling parsers: 38 //! - [anstyle-wincon](https://docs.rs/anstyle-wincon): Styling legacy Microsoft terminals
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/paper-input/test/ |
H A D | paper-input-container.html | 217 suite('focused styling', function() { 281 …assert.isTrue(inputContent.classList.contains('is-invalid'), 'label has invalid styling when input… 282 …assert.isTrue(line.classList.contains('is-invalid'), 'underline has invalid styling when input is … 294 …assert.isTrue(inputContent.classList.contains('is-invalid'), 'label has invalid styling when input… 295 …assert.isTrue(line.classList.contains('is-invalid'), 'underline has invalid styling when input is … 314 …assert.isTrue(inputContent.classList.contains('is-invalid'), 'label has invalid styling when input… 315 …assert.isTrue(line.classList.contains('is-invalid'), 'underline has invalid styling when input is …
|
/aosp_15_r20/developers/samples/android/ui/text/TextStyling-Kotlin/app/src/androidTest/java/com/android/example/text/styling/renderer/ |
D | MarkdownBuilderTest.kt | 16 package com.android.example.text.styling.renderer 24 import com.android.example.text.styling.R 25 import com.android.example.text.styling.parser.Parser 26 import com.android.example.text.styling.renderer.spans.BulletPointSpan 27 import com.android.example.text.styling.renderer.spans.CodeBlockSpan
|
/aosp_15_r20/developers/samples/android/ui/text/TextStyling-Java/app/src/androidTest/java/com/android/example/text/styling/renderer/ |
D | MarkdownBuilderTest.java | 16 package com.android.example.text.styling.renderer; 27 import com.android.example.text.styling.R; 28 import com.android.example.text.styling.parser.Parser; 29 import com.android.example.text.styling.renderer.spans.BulletPointSpan; 30 import com.android.example.text.styling.renderer.spans.CodeBlockSpan;
|
/aosp_15_r20/external/skia/tools/svg/ |
H A D | svgs.txt | 249 https://www.w3.org/Graphics/SVG/Test/20110816/svg/styling-class-01-f.svg 250 https://www.w3.org/Graphics/SVG/Test/20110816/svg/styling-css-01-b.svg 251 https://www.w3.org/Graphics/SVG/Test/20110816/svg/styling-css-02-b.svg 252 https://www.w3.org/Graphics/SVG/Test/20110816/svg/styling-css-03-b.svg 253 https://www.w3.org/Graphics/SVG/Test/20110816/svg/styling-css-04-f.svg 254 https://www.w3.org/Graphics/SVG/Test/20110816/svg/styling-css-05-b.svg 255 https://www.w3.org/Graphics/SVG/Test/20110816/svg/styling-css-06-b.svg 256 https://www.w3.org/Graphics/SVG/Test/20110816/svg/styling-css-07-f.svg 257 https://www.w3.org/Graphics/SVG/Test/20110816/svg/styling-css-08-f.svg 258 https://www.w3.org/Graphics/SVG/Test/20110816/svg/styling-elem-01-b.svg [all …]
|
/aosp_15_r20/developers/samples/android/ui/text/TextStyling-Kotlin/app/src/test/java/com/android/example/text/styling/parser/ |
D | ParserTest.kt | 16 package com.android.example.text.styling.parser 65 val code = "Styling `Text` in `Kotlin`" in simpleCode() 70 Element(Element.Type.TEXT, "Styling "), in simpleCode() 78 val code = "Styling `Text` in `Kotlin" in codeWithExtraTick() 83 Element(Element.Type.TEXT, "Styling "), in codeWithExtraTick()
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/ |
D | styling.rs | 5 /// Terminal styling definitions 11 /// clap v3 styling 14 /// # use clap::builder::styling::*; 34 /// No terminal styling 47 /// Default terminal styling
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/ |
H A D | styling.rs | 5 /// Terminal styling definitions 11 /// clap v3 styling 14 /// # use clap::builder::styling::*; 34 /// No terminal styling 47 /// Default terminal styling
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/text/span/ |
H A D | HorizontalTextInVerticalContextSpan.java | 20 * A styling span for horizontal text in a vertical context. 27 * href="https://developer.android.com/guide/topics/text/spans">span styling</a>. 30 // styling superclasses (e.g. MetricAffectingSpan). The only way to render this styling is to
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/text/span/ |
H A D | HorizontalTextInVerticalContextSpan.java | 20 * A styling span for horizontal text in a vertical context. 27 * href="https://developer.android.com/guide/topics/text/spans">span styling</a>. 30 // styling superclasses (e.g. MetricAffectingSpan). The only way to render this styling is to
|
/aosp_15_r20/external/rust/android-crates-io/crates/anstyle/ |
D | README.md | 3 > ANSI text styling 11 `anstyle` provides core types describing [ANSI styling escape 14 customizing the colors used without putting the underlying text styling crate 17 For integration with your text styling crate, see:
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anstyle-1.0.6/ |
H A D | README.md | 3 > ANSI text styling 11 `anstyle` provides core types describing [ANSI styling escape 14 customizing the colors used without putting the underlying text styling crate 17 For integration with your text styling crate, see:
|