Searched refs:lowResBitmap (Results 1 – 4 of 4) sorted by relevance
235 Bitmap lowResBitmap = thumbAsset.getLowResBitmap(appContext); in computeColorInfo() field in WallpaperInfo236 if (lowResBitmap == null) { in computeColorInfo()241 mColorInfo = new ColorInfo(WallpaperColors.fromBitmap(lowResBitmap)); in computeColorInfo()
195 val lowResBitmap = collectLastValue(viewModel.lowResBitmap) in lowResBitmap_withStaticWallpaper_shouldEmitNonNullValue() constant204 assertThat(lowResBitmap()).isNotNull() in lowResBitmap_withStaticWallpaper_shouldEmitNonNullValue()205 assertThat(lowResBitmap()).isInstanceOf(Bitmap::class.java) in lowResBitmap_withStaticWallpaper_shouldEmitNonNullValue()
65 viewModel.lowResBitmap.collect { in <lambda>()
95 val lowResBitmap: Flow<Bitmap?> = in <lambda>() constant