Home
last modified time | relevance | path

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

/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/android/style/
DLineHeightStyleSpanTest.kt1379 private fun FontMetricsInt.copy(): FontMetricsInt = in createSingleLineSpan() method
1389 private fun FontMetricsInt.doubleLineHeight(): Int = this.lineHeight() * 2 in createSingleLineSpan() method
1392 private fun FontMetricsInt( in createSingleLineSpan() method