Searched defs:uiState (Results 1 – 7 of 7) sorted by relevance
53 val uiState by collectLastValue(viewModel.uiState) in uiState_notProjecting_emitsNotShowing() constant65 val uiState by collectLastValue(viewModel.uiState) in uiState_notProjecting_foregroundTaskChanged_emitsNotShowing() constant77 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingEntireScreen_emitsNotShowing() constant89 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingEntireScreen_foregroundTaskChanged_emitsNotShowing() constant103 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingTask_foregroundTaskChanged_different_emitsShowing() constant120 val uiState by collectLastValue(viewModel.uiState) in uiState_taskChanged_beforeDelayLimit_stillEmitsShowing() constant138 val uiState by collectLastValue(viewModel.uiState) in uiState_taskChanged_afterDelayLimit_emitsNotShowing() constant155 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingTask_foregroundTaskChanged_thenTaskSwitched_emitsNotShowing() constant172 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingTask_foregroundTaskChanged_thenGoBack_emitsNotShowing() constant188 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingTask_foregroundTaskChanged_same_emitsNotShowing() constant[all …]
42 val uiState: Flow<TaskSwitcherNotificationUiState> = in <lambda>() constant in com.android.systemui.mediaprojection.taskswitcher.ui.viewmodel.TaskSwitcherNotificationViewModel59 .transformLatest { uiState -> in <lambda>() method
63 val uiState by flowEngine.uiState.collectAsStateWithLifecycle() in WearApp() constant
53 override val uiState: StateFlow<CredentialSelectorUiState> = in <lambda>() constant in com.android.credentialmanager.CredentialSelectorViewModel
32 val uiState: StateFlow<CredentialSelectorUiState> constant
76 var uiState by mutableStateOf(credManRepo.initState()) variable
55 viewModel.uiState.collect { uiState -> in <lambda>() method