Home
last modified time | relevance | path

Searched defs:TtsAnnotation (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DTtsAnnotation.kt24 sealed class TtsAnnotation : AnnotatedString.Annotation class
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/platform/extensions/
DTtsAnnotationExtensions.android.kt23 fun TtsAnnotation.toSpan(): TtsSpan { in toSpan() method