Home
last modified time | relevance | path

Searched refs:lowResBitmap (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperInfo.java235 Bitmap lowResBitmap = thumbAsset.getLowResBitmap(appContext); in computeColorInfo() field in WallpaperInfo
236 if (lowResBitmap == null) { in computeColorInfo()
241 mColorInfo = new ColorInfo(WallpaperColors.fromBitmap(lowResBitmap)); in computeColorInfo()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DStaticWallpaperPreviewViewModelTest.kt195 val lowResBitmap = collectLastValue(viewModel.lowResBitmap) in lowResBitmap_withStaticWallpaper_shouldEmitNonNullValue() constant
204 assertThat(lowResBitmap()).isNotNull() in lowResBitmap_withStaticWallpaper_shouldEmitNonNullValue()
205 assertThat(lowResBitmap()).isInstanceOf(Bitmap::class.java) in lowResBitmap_withStaticWallpaper_shouldEmitNonNullValue()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/
DStaticWallpaperPreviewBinder.kt65 viewModel.lowResBitmap.collect { in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DStaticWallpaperPreviewViewModel.kt95 val lowResBitmap: Flow<Bitmap?> = in <lambda>() constant