Searched defs:annotations (Results 1 – 7 of 7) sorted by relevance
50 internal constructor(internal val annotations: List<Range<out Annotation>>?, val text: String) : in <lambda>() constant in androidx.compose.ui.text.AnnotatedString445 private val annotations = mutableListOf<MutableRange<out Annotation>>() in <lambda>() constant1204 val annotations = annotations ?: return null in AnnotatedString() constant
48 val annotations: List<AnnotatedString.Range<out AnnotatedString.Annotation>>, in <lambda>() constant in androidx.compose.ui.text.platform.AndroidParagraphIntrinsics
115 val annotations = getSpans(0, length, Annotation::class.java) in convertToAnnotatedString() constant
137 val annotations = getSpans(0, length, Annotation::class.java) in convertToAnnotatedString() constant
265 val annotations: List<PlacedAnnotation> = in setComposition_and_annotationList() constant
63 val annotations: List<PlacedAnnotation> = in <lambda>() constant
950 val annotations = buildResult.getStringAnnotations(tag, 0, 11) in <lambda>() constant