Searched defs:overflowState (Results 1 – 7 of 7) sorted by relevance
81 val overflowState = remember(overflow) { overflow.createOverflowState() } in <lambda>() constant156 val overflowState = remember(overflow) { overflow.createOverflowState() } in ContextualFlowColumn() constant
100 val overflowState = remember(overflow) { overflow.createOverflowState() } in <lambda>() constant214 val overflowState = remember(overflow) { overflow.createOverflowState() } in FlowRow() constant
70 private val overflowState = mutableStateOf(TextOverflow.Clip) constant
2510 var overflowState = mutableStateOf(FlowRowOverflow.Clip) in <lambda>() variable2677 var overflowState = mutableStateOf(FlowColumnOverflow.Clip) in <lambda>() variable2846 var overflowState = mutableStateOf(FlowRowOverflow.Clip) in <lambda>() variable3054 var overflowState = mutableStateOf(FlowColumnOverflow.Clip) in <lambda>() variable3712 val overflowState = mutableStateOf(FlowRowOverflow.Clip) in <lambda>() constant3790 val overflowState = mutableStateOf(FlowColumnOverflow.Clip) in <lambda>() constant3869 val overflowState = mutableStateOf(FlowRowOverflow.Clip) in <lambda>() constant3998 val overflowState = mutableStateOf(FlowColumnOverflow.Clip) in <lambda>() constant4944 val overflowState = mutableStateOf(FlowRowOverflow.Clip) in <lambda>() constant5022 val overflowState = mutableStateOf(FlowColumnOverflow.Clip) in <lambda>() constant[all …]
2456 var overflowState = mutableStateOf(ContextualFlowRowOverflow.Clip) in <lambda>() variable2622 var overflowState = mutableStateOf(ContextualFlowColumnOverflow.Clip) in <lambda>() variable2790 var overflowState = mutableStateOf(ContextualFlowRowOverflow.Clip) in <lambda>() variable2996 var overflowState = mutableStateOf(ContextualFlowColumnOverflow.Clip) in <lambda>() variable
181 val overflowState = rememberOverflowState() in ButtonGroup() constant512 val overflowState: OverflowState, constant in ButtonGroupMeasurePolicy
119 private val overflowState = mutableFloatStateOf(0f) constant