Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/modifiers/
DAutoSizeTestUtils.kt44 val didOverflow = layoutResult.didOverflowWidth || layoutResult.didOverflowHeight in getFontSize() constant
/compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/
DTextAutoSizeTest.kt264 val didOverflow = in getFontSize() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/
DTextAutoSize.kt194 private fun TextLayoutResult.didOverflow() = in TextLayoutResult() method in androidx.compose.foundation.text.AutoSizeStepBased
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/modifiers/
DParagraphLayoutCache.kt93 internal var didOverflow: Boolean = false variable in androidx.compose.foundation.text.modifiers.ParagraphLayoutCache