Searched refs:allClocks (Results 1 – 6 of 6) sorted by relevance
55 val allClocks: StateFlow<List<ClockCarouselItemViewModel>> = in <lambda>() constant in com.android.customization.picker.clock.ui.viewmodel.ClockCarouselViewModel56 interactor.allClocks in <lambda>()57 .mapLatest { allClocks -> in <lambda>() method60 allClocks.map { in <lambda>()113 allClocks in <lambda>()
53 override val allClocks: Flow<List<ClockMetadataModel>> = in <lambda>() constant57 val allClocks = in <lambda>() constant62 trySend(allClocks) in <lambda>()76 .mapLatest { allClocks -> in <lambda>() method81 allClocks in <lambda>()
30 val allClocks: Flow<List<ClockMetadataModel>> constant
64 combine(viewModel.selectedClockSize, viewModel.allClocks, ::Pair).collect { in <lambda>()65 (size, allClocks) -> in <lambda>() method68 clocks = allClocks, in <lambda>()83 viewModel.allClocks.collect { in <lambda>()
41 val allClocks: Flow<List<ClockMetadataModel>> = repository.allClocks in <lambda>() constant in com.android.customization.picker.clock.domain.interactor.ClockPickerInteractor
32 override val allClocks: Flow<List<ClockMetadataModel>> = MutableStateFlow(clocks).asStateFlow() in <lambda>() constant