Searched refs:subsamplingScaleImageViewModel (Results 1 – 3 of 3) sorted by relevance
261 val subsamplingScaleImageViewModel = in subsamplingScaleImageViewModel_withStaticWallpaperAndCropHints_shouldEmitNonNullValue() constant262 collectLastValue(viewModel.subsamplingScaleImageViewModel) in subsamplingScaleImageViewModel_withStaticWallpaperAndCropHints_shouldEmitNonNullValue()281 assertThat(subsamplingScaleImageViewModel()).isNotNull() in subsamplingScaleImageViewModel_withStaticWallpaperAndCropHints_shouldEmitNonNullValue()282 assertThat(subsamplingScaleImageViewModel()) in subsamplingScaleImageViewModel_withStaticWallpaperAndCropHints_shouldEmitNonNullValue()284 assertThat(subsamplingScaleImageViewModel()?.fullPreviewCropModels) in subsamplingScaleImageViewModel_withStaticWallpaperAndCropHints_shouldEmitNonNullValue()
128 val subsamplingScaleImageViewModel: Flow<FullResWallpaperViewModel> = in <lambda>() constant136 combine(storedWallpaperColors, subsamplingScaleImageViewModel, cropHints) { in <lambda>()
75 viewModel.subsamplingScaleImageViewModel.collect { imageModel -> in <lambda>()