Home
last modified time | relevance | path

Searched defs:getLineHeight (Results 1 – 11 of 11) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectable.kt153 fun getLineHeight(offset: Int): Float method
DMultiWidgetSelectionDelegate.kt206 override fun getLineHeight(offset: Int): Float { in getLineHeight() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/
DTextLayoutHelper.kt118 internal fun TextLayoutResult.getLineHeight(offset: Int): Float { in getLineHeight() method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DParagraph.kt120 fun getLineHeight(lineIndex: Int): Float method
DMultiParagraph.kt921 fun getLineHeight(lineIndex: Int): Float { in <lambda>() method
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/
DParagraph.android.kt58 actual fun getLineHeight(lineIndex: Int): Float method
DAndroidParagraph.android.kt470 override fun getLineHeight(lineIndex: Int): Float = layout.getLineHeight(lineIndex) in <lambda>() method in androidx.compose.ui.text.AndroidParagraph
/compose/ui/ui-text/src/commonStubsMain/kotlin/androidx/compose/ui/text/
DParagraph.commonStubs.kt59 actual fun getLineHeight(lineIndex: Int): Float method
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/selection/
DSelectionFakes.kt379 override fun getLineHeight(offset: Int): Float { in shouldRecomputeSelection() method in androidx.compose.foundation.text.selection.FakeSelectable
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayout.android.kt445 fun getLineHeight(lineIndex: Int): Float = getLineBottom(lineIndex) - getLineTop(lineIndex) in getLineHeight() method
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DMultiParagraphIntegrationTest.kt906 fun getLineHeight() { in <lambda>() method in androidx.compose.ui.text.MultiParagraphIntegrationTest