Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/
DTextFieldSize.kt42 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 …]
DHeightInLinesModifier.kt72 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/
DBasicText.android.kt71 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/
DMinLinesConstrainer.kt44 private val resolvedStyle = resolveDefaults(inputTextStyle, layoutDirection) constant
105 style = resolvedStyle, in coerceMinLines()
117 style = resolvedStyle, in coerceMinLines()