Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DImageWallpaperTest.java69 private Bitmap mWallpaperBitmap; field in ImageWallpaperTest
94 when(wallpaperManager.getBitmap(false)).thenReturn(mWallpaperBitmap); in setUp()
95 when(mWallpaperBitmap.getColorSpace()).thenReturn(ColorSpace.get(ColorSpace.Named.SRGB)); in setUp()
96 when(mWallpaperBitmap.getConfig()).thenReturn(Bitmap.Config.ARGB_8888); in setUp()
163 when(mWallpaperBitmap.getWidth()).thenReturn(bmpWidth);
164 when(mWallpaperBitmap.getHeight()).thenReturn(bmpHeight);