Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DImageWallpaperTest.java71 private Bitmap mWallpaperBitmap; field in ImageWallpaperTest
96 when(wallpaperManager.getBitmap(false)).thenReturn(mWallpaperBitmap); in setUp()
97 when(mWallpaperBitmap.getColorSpace()).thenReturn(ColorSpace.get(ColorSpace.Named.SRGB)); in setUp()
98 when(mWallpaperBitmap.getConfig()).thenReturn(Bitmap.Config.ARGB_8888); in setUp()
165 when(mWallpaperBitmap.getWidth()).thenReturn(bmpWidth);
166 when(mWallpaperBitmap.getHeight()).thenReturn(bmpHeight);