Searched refs:DoingNothing (Results 1 – 16 of 16) sorted by relevance
52 is ScreenRecordModel.DoingNothing -> ScreenRecordChipModel.DoingNothing in <lambda>()69 .stateIn(scope, SharingStarted.WhileSubscribed(), ScreenRecordChipModel.DoingNothing) in <lambda>()
64 trySend(ScreenRecordModel.DoingNothing) in stopRecording()77 trySend(ScreenRecordModel.DoingNothing) in stopRecording()94 ScreenRecordModel.DoingNothing in stopRecording()
61 screenRecordState.value = ScreenRecordModel.DoingNothing in chip_allHidden_hidden()110 screenRecordState.value = ScreenRecordModel.DoingNothing in chip_shareToAppShowAndCallShow_shareToAppShown()123 screenRecordState.value = ScreenRecordModel.DoingNothing in chip_screenRecordAndShareToAppAndCastToOtherHideAndCallShown_callShown()140 screenRecordState.value = ScreenRecordModel.DoingNothing in chip_higherPriorityChipAdded_lowerPriorityChipReplaced()179 screenRecordState.value = ScreenRecordModel.DoingNothing in chip_highestPriorityChipRemoved_showsNextPriorityChip()
28 data object DoingNothing : ScreenRecordModel object
24 data object DoingNothing : ScreenRecordChipModel object
24 MutableStateFlow(ScreenRecordModel.DoingNothing)
50 screenRecordRepo.screenRecordState.value = ScreenRecordModel.DoingNothing in screenRecordState_doingNothingState_matches()52 assertThat(latest).isInstanceOf(ScreenRecordChipModel.DoingNothing::class.java) in screenRecordState_doingNothingState_matches()
118 val recordingModel = ScreenRecordModel.DoingNothing in <lambda>()154 val recordingModel = ScreenRecordModel.DoingNothing in <lambda>()
50 private val isDoingNothing = ScreenRecordModel.DoingNothing
84 screenRecordRepo.screenRecordState.value = ScreenRecordModel.DoingNothing in chip_doingNothingState_isHidden()122 screenRecordRepo.screenRecordState.value = ScreenRecordModel.DoingNothing in chip_timeResetsOnEachNewRecording()
68 is ScreenRecordModel.DoingNothing -> { in map()
56 is ScreenRecordChipModel.DoingNothing -> OngoingActivityChipModel.Hidden in <lambda>()
71 is ScreenRecordModel.DoingNothing -> in handleInput()
92 val inputModel = ScreenRecordModel.DoingNothing in inactiveStateMatchesDisabledDataModel()
416 kosmos.screenRecordRepository.screenRecordState.value = ScreenRecordModel.DoingNothing in ongoingActivityChip_matchesViewModel()