Home
last modified time | relevance | path

Searched refs:MutableSelectionState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/selection/
DMutableSelectionState.kt33 fun rememberSelectionState(): MutableSelectionState { in rememberSelectionState()
34 return remember { MutableSelectionState() } in rememberSelectionState()
38 class MutableSelectionState { class
170 fun Modifier.selectableTile(tileSpec: TileSpec, selectionState: MutableSelectionState): Modifier { in selectableTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/infinitegrid/
DEditTile.kt151 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()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/ui/compose/selection/
DMutableSelectionStateTest.kt36 private val underTest = MutableSelectionState()