Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/
DTextObfuscationMode.kt40 val Visible = TextObfuscationMode(0) constant
/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DFlowLayoutOverflow.kt82 val Visible = FlowRowOverflow(OverflowType.Visible) in <lambda>() constant
218 val Visible = FlowColumnOverflow(FlowLayoutOverflow.OverflowType.Visible) constant
357 val Visible = ContextualFlowRowOverflow(FlowLayoutOverflow.OverflowType.Visible) constant
499 val Visible = ContextualFlowColumnOverflow(FlowLayoutOverflow.OverflowType.Visible) constant
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/style/
DTextOverflow.kt72 @Stable val Visible = TextOverflow(3) constant
/compose/material3/material3-adaptive-navigation-suite/src/commonMain/kotlin/androidx/compose/material3/adaptive/navigationsuite/
DNavigationSuiteScaffold.kt1489 private const val Visible = 1f in colors() constant