Home
last modified time | relevance | path

Searched refs:subsamplingScaleImageViewModel (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DStaticWallpaperPreviewViewModelTest.kt261 val subsamplingScaleImageViewModel = in subsamplingScaleImageViewModel_withStaticWallpaperAndCropHints_shouldEmitNonNullValue() constant
262 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()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DStaticWallpaperPreviewViewModel.kt128 val subsamplingScaleImageViewModel: Flow<FullResWallpaperViewModel> = in <lambda>() constant
136 combine(storedWallpaperColors, subsamplingScaleImageViewModel, cropHints) { in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/
DStaticWallpaperPreviewBinder.kt75 viewModel.subsamplingScaleImageViewModel.collect { imageModel -> in <lambda>()