Home
last modified time | relevance | path

Searched refs:getLineHeightPaddings (Results 1 – 1 of 1) sorted by relevance

/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/
DTextLayout.android.kt333 val lineHeightPaddings = lineHeightSpans?.getLineHeightPaddings() ?: ZeroVerticalPadding
1020 private fun Array<LineHeightStyleSpan>.getLineHeightPaddings(): VerticalPaddings { in Array() method