Home
last modified time | relevance | path

Searched defs:uiState (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/mediaprojection/taskswitcher/ui/viewmodel/
DTaskSwitcherNotificationViewModelTest.kt53 val uiState by collectLastValue(viewModel.uiState) in uiState_notProjecting_emitsNotShowing() constant
65 val uiState by collectLastValue(viewModel.uiState) in uiState_notProjecting_foregroundTaskChanged_emitsNotShowing() constant
77 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingEntireScreen_emitsNotShowing() constant
89 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingEntireScreen_foregroundTaskChanged_emitsNotShowing() constant
103 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingTask_foregroundTaskChanged_different_emitsShowing() constant
120 val uiState by collectLastValue(viewModel.uiState) in uiState_taskChanged_beforeDelayLimit_stillEmitsShowing() constant
138 val uiState by collectLastValue(viewModel.uiState) in uiState_taskChanged_afterDelayLimit_emitsNotShowing() constant
155 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingTask_foregroundTaskChanged_thenTaskSwitched_emitsNotShowing() constant
172 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingTask_foregroundTaskChanged_thenGoBack_emitsNotShowing() constant
188 val uiState by collectLastValue(viewModel.uiState) in uiState_projectingTask_foregroundTaskChanged_same_emitsNotShowing() constant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/viewmodel/
DTaskSwitcherNotificationViewModel.kt42 val uiState: Flow<TaskSwitcherNotificationUiState> = in <lambda>() constant in com.android.systemui.mediaprojection.taskswitcher.ui.viewmodel.TaskSwitcherNotificationViewModel
59 .transformLatest { uiState -> in <lambda>() method
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/ui/
DWearApp.kt63 val uiState by flowEngine.uiState.collectAsStateWithLifecycle() in WearApp() constant
/frameworks/base/packages/CredentialManager/wear/src/com/android/credentialmanager/
DCredentialSelectorViewModel.kt53 override val uiState: StateFlow<CredentialSelectorUiState> = in <lambda>() constant in com.android.credentialmanager.CredentialSelectorViewModel
DFlowEngine.kt32 val uiState: StateFlow<CredentialSelectorUiState> constant
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialSelectorViewModel.kt76 var uiState by mutableStateOf(credManRepo.initState()) variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/taskswitcher/ui/
DTaskSwitcherNotificationCoordinator.kt55 viewModel.uiState.collect { uiState -> in <lambda>() method