Searched refs:VolumePanelGlobalState (Results 1 – 3 of 3) sorted by relevance
22 import com.android.systemui.volume.panel.shared.model.VolumePanelGlobalState37 VolumePanelGlobalState(41 val globalState: StateFlow<VolumePanelGlobalState> = mutableGlobalState.asStateFlow()48 update: (currentState: VolumePanelGlobalState) -> VolumePanelGlobalState in updateVolumePanelState()
21 import com.android.systemui.volume.panel.shared.model.VolumePanelGlobalState32 val globalState: StateFlow<VolumePanelGlobalState>
19 data class VolumePanelGlobalState(val isVisible: Boolean) class