Searched refs:MutableSelectionState (Results 1 – 3 of 3) sorted by relevance
33 fun rememberSelectionState(): MutableSelectionState { in rememberSelectionState()34 return remember { MutableSelectionState() } in rememberSelectionState()38 class MutableSelectionState { class170 fun Modifier.selectableTile(tileSpec: TileSpec, selectionState: MutableSelectionState): Modifier { in selectableTile()
151 import com.android.systemui.qs.panels.ui.compose.selection.MutableSelectionState in <lambda>()420 selectionState: MutableSelectionState, in rememberEditModeState()446 selectionState: MutableSelectionState, in CurrentTilesGridHeader()515 selectionState: MutableSelectionState, in CurrentTilesGrid()588 selectionState: MutableSelectionState, in AvailableTileGrid()674 selectionState: MutableSelectionState, in EditTiles()733 selectionState: MutableSelectionState, in rememberTileState()751 selectionState: MutableSelectionState, in TileGridCell()885 selectionState: MutableSelectionState, in AvailableTileGridCell()
36 private val underTest = MutableSelectionState()