Searched refs:resolvedStyle (Results 1 – 4 of 4) sorted by relevance
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/ |
| D | TextFieldSize.kt | 42 val resolvedStyle = remember(style, layoutDirection) { resolveDefaults(style, layoutDirection) } in <lambda>() constant 44 remember(fontFamilyResolver, resolvedStyle) { in <lambda>() 46 resolvedStyle.fontFamily, in <lambda>() 47 resolvedStyle.fontWeight ?: FontWeight.Normal, in <lambda>() 48 resolvedStyle.fontStyle ?: FontStyle.Normal, in <lambda>() 49 resolvedStyle.fontSynthesis ?: FontSynthesis.All in <lambda>() 57 minSizeState.update(layoutDirection, density, fontFamilyResolver, resolvedStyle, typeface) in <lambda>() 76 var resolvedStyle: TextStyle, variable in androidx.compose.foundation.text.TextFieldSize 86 resolvedStyle: TextStyle, in update() 93 resolvedStyle != this.resolvedStyle || in update() [all …]
|
| D | HeightInLinesModifier.kt | 72 val resolvedStyle = in <lambda>() constant 75 remember(fontFamilyResolver, resolvedStyle) { in <lambda>() 77 resolvedStyle.fontFamily, in <lambda>() 78 resolvedStyle.fontWeight ?: FontWeight.Normal, in <lambda>() 79 resolvedStyle.fontStyle ?: FontStyle.Normal, in <lambda>() 80 resolvedStyle.fontSynthesis ?: FontSynthesis.All in <lambda>() 87 style = resolvedStyle, in <lambda>() 100 style = resolvedStyle, in <lambda>()
|
| /compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/ |
| D | BasicText.android.kt | 71 val resolvedStyle = resolveDefaults(style, layoutDirection) in BackgroundTextMeasurement() constant 75 style = resolvedStyle, in BackgroundTextMeasurement() 103 val resolvedStyle = resolveDefaults(style, layoutDirection) in BackgroundTextMeasurement() constant 107 style = resolvedStyle, in BackgroundTextMeasurement()
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/modifiers/ |
| D | MinLinesConstrainer.kt | 44 private val resolvedStyle = resolveDefaults(inputTextStyle, layoutDirection) constant 105 style = resolvedStyle, in coerceMinLines() 117 style = resolvedStyle, in coerceMinLines()
|