Searched defs:AnnotatedString (Results 1 – 8 of 8) sorted by relevance
49 class AnnotatedString in <lambda>() class1174 private fun AnnotatedString.getLocalParagraphStyles( in AnnotatedString() method1198 private fun AnnotatedString.getLocalAnnotations( in AnnotatedString() method1234 private fun AnnotatedString.substringWithoutParagraphStyles(start: Int, end: Int): AnnotatedString { in AnnotatedString() method1267 fun AnnotatedString.toUpperCase(localeList: LocaleList = LocaleList.current): AnnotatedString { in AnnotatedString() method1285 fun AnnotatedString.toLowerCase(localeList: LocaleList = LocaleList.current): AnnotatedString { in AnnotatedString() method1304 fun AnnotatedString.capitalize(localeList: LocaleList = LocaleList.current): AnnotatedString { in AnnotatedString() method1329 fun AnnotatedString.decapitalize(localeList: LocaleList = LocaleList.current): AnnotatedString { in AnnotatedString() method1539 fun AnnotatedString( in AnnotatedString() method1555 fun AnnotatedString(text: String, paragraphStyle: ParagraphStyle): AnnotatedString = in AnnotatedString() method
53 fun AnnotatedString.toAccessibilitySpannableString( in <lambda>() method196 private fun AnnotatedString.Range<LinkAnnotation>.toUrlLink() = method
48 fun AnnotatedString.Builder.appendInlineContent( in appendInlineContent() method
87 fun AnnotatedString.Companion.fromHtml( in <lambda>() method110 private fun AnnotatedString.Builder.addSpans( in addSpans() method121 private fun AnnotatedString.Builder.addSpan( in addSpan() method
179 private fun AnnotatedString.Builder.appendRainbowText(text: String, alpha: Float = 1f) { in AnnotatedString() method
409 @Suppress("unused") private class AnnotatedString(val text: String) class
2043 private fun AnnotatedString(text: String, fontSize: TextUnit) = in AnnotatedString() method in androidx.compose.foundation.text.selection.MultiWidgetSelectionDelegateTest
1053 private fun AnnotatedString.toSpannableString(): SpannableString? { in toSpannableString() method