Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 7 of 7) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DAnnotatedString.kt50 internal constructor(internal val annotations: List<Range<out Annotation>>?, val text: String) : in <lambda>() constant in androidx.compose.ui.text.AnnotatedString
445 private val annotations = mutableListOf<MutableRange<out Annotation>>() in <lambda>() constant
1204 val annotations = annotations ?: return null in AnnotatedString() constant
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/platform/
DAndroidParagraphIntrinsics.android.kt48 val annotations: List<AnnotatedString.Range<out AnnotatedString.Annotation>>, in <lambda>() constant in androidx.compose.ui.text.platform.AndroidParagraphIntrinsics
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/internal/
DClipboardUtils.android.kt115 val annotations = getSpans(0, length, Annotation::class.java) in convertToAnnotatedString() constant
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAndroidClipboardManager.android.kt137 val annotations = getSpans(0, length, Annotation::class.java) in convertToAnnotatedString() constant
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/
DTextFieldBufferUseFromImeTest.kt265 val annotations: List<PlacedAnnotation> = in setComposition_and_annotationList() constant
DTransformedTextFieldStateTest.kt63 val annotations: List<PlacedAnnotation> = in <lambda>() constant
/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/
DAnnotatedStringBuilderTest.kt950 val annotations = buildResult.getStringAnnotations(tag, 0, 11) in <lambda>() constant