Home
last modified time | relevance | path

Searched defs:getTextLayoutResult (Results 1 – 8 of 8) sorted by relevance

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DSemanticsUtils.android.kt54 internal fun getTextLayoutResult(configuration: SemanticsConfiguration): TextLayoutResult? { in getTextLayoutResult() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/
DLegacyTextInputMethodRequestCursorAnchorInfoTest.kt391 private fun getTextLayoutResult(text: String): TextLayoutResult { in <lambda>() method in androidx.compose.foundation.text.input.internal.LegacyTextInputMethodRequestCursorAnchorInfoTest
DLegacyCursorAnchorInfoBuilderTest.kt672 private fun getTextLayoutResult( in getTextLayoutResult() method
DCursorAnchorInfoBuilderTest.kt664 private fun getTextLayoutResult( in getTextLayoutResult() method in androidx.compose.foundation.text.input.internal.CursorAnchorInfoBuilderTest
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/
DTextInputServiceAndroidCursorAnchorInfoTest.kt415 private fun getTextLayoutResult(text: String): TextLayoutResult { in getTextLayoutResult() method
DCursorAnchorInfoBuilderTest.kt676 private fun getTextLayoutResult( in getTextLayoutResult() method in androidx.compose.ui.input.CursorAnchorInfoBuilderTest
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsProperties.kt1146 fun SemanticsPropertyReceiver.getTextLayoutResult( in SemanticsPropertyReceiver() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/
DBasicTextFieldHandwritingGestureTest.kt1615 var getTextLayoutResult: (() -> TextLayoutResult?)? = null in <lambda>() variable