Searched refs:currentPopup (Results 1 – 4 of 4) sorted by relevance
321 val currentPopup by collectLastValue(underTest.currentPopup) in <lambda>() constant331 assertThat(currentPopup).isEqualTo(PopupType.CtaTile) in <lambda>()335 assertThat(currentPopup).isNull() in <lambda>()343 val currentPopup by collectLastValue(underTest.currentPopup) in <lambda>() constant346 assertThat(currentPopup).isEqualTo(PopupType.CtaTile) in <lambda>()350 assertThat(currentPopup).isNull() in <lambda>()357 val currentPopup by collectLastValue(underTest.currentPopup) in <lambda>() constant359 assertThat(currentPopup).isNull() in <lambda>()361 assertThat(currentPopup).isEqualTo(PopupType.CustomizeWidgetButton) in <lambda>()363 assertThat(currentPopup).isNull() in <lambda>()[all …]
110 open val currentPopup: Flow<PopupType?> = flowOf(null) constant in com.android.systemui.communal.ui.viewmodel.BaseCommunalViewModel
167 override val currentPopup: Flow<PopupType?> = _currentPopup.asStateFlow() in <lambda>() constant
169 val currentPopup by viewModel.currentPopup.collectAsStateWithLifecycle(initialValue = null) in <lambda>() constant340 if (currentPopup == PopupType.CtaTile) { in <lambda>()345 visible = currentPopup == PopupType.CustomizeWidgetButton, in <lambda>()