Searched defs:resolvedStyle (Results 1 – 4 of 4) sorted by relevance
71 val resolvedStyle = resolveDefaults(style, layoutDirection) in BackgroundTextMeasurement() constant103 val resolvedStyle = resolveDefaults(style, layoutDirection) in BackgroundTextMeasurement() constant
42 val resolvedStyle = remember(style, layoutDirection) { resolveDefaults(style, layoutDirection) } in <lambda>() constant76 var resolvedStyle: TextStyle, variable in androidx.compose.foundation.text.TextFieldSize
72 val resolvedStyle = in <lambda>() constant
44 private val resolvedStyle = resolveDefaults(inputTextStyle, layoutDirection) constant in androidx.compose.foundation.text.modifiers.MinLinesConstrainer