Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestStaticWallpaperInfo.java62 public TestStaticWallpaperInfo(int pixelColor) { in TestStaticWallpaperInfo() argument
63 this(pixelColor, "test-wallpaper"); in TestStaticWallpaperInfo()
67 public TestStaticWallpaperInfo(int pixelColor, String id) { in TestStaticWallpaperInfo() argument
68 mPixelColor = pixelColor; in TestStaticWallpaperInfo()
DTestLiveWallpaperInfo.java60 public TestLiveWallpaperInfo(int pixelColor) { in TestLiveWallpaperInfo() argument
61 this(pixelColor, null, "test-wallpaper"); in TestLiveWallpaperInfo()
65 public TestLiveWallpaperInfo(int pixelColor, android.app.WallpaperInfo info, String id) { in TestLiveWallpaperInfo() argument
67 mPixelColor = pixelColor; in TestLiveWallpaperInfo()
DTestAsset.java48 public TestAsset(int pixelColor, boolean isCorrupt) { in TestAsset() argument
53 mBitmap.setPixel(0, 0, pixelColor); in TestAsset()