Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestStaticWallpaperInfo.java49 private int mPixelColor; field in TestStaticWallpaperInfo
68 mPixelColor = pixelColor; in TestStaticWallpaperInfo()
78 mPixelColor = in.readInt(); in TestStaticWallpaperInfo()
148 mAsset = new TestAsset(mPixelColor, mIsAssetCorrupt); in getAsset()
156 mThumbAsset = new TestAsset(mPixelColor, mIsAssetCorrupt); in getThumbAsset()
207 parcel.writeInt(mPixelColor); in writeToParcel()
223 return mPixelColor == ((TestStaticWallpaperInfo) object).mPixelColor; in equals()
230 return mPixelColor; in hashCode()
DTestLiveWallpaperInfo.java47 private int mPixelColor; field in TestLiveWallpaperInfo
67 mPixelColor = pixelColor; in TestLiveWallpaperInfo()
77 mPixelColor = in.readInt(); in TestLiveWallpaperInfo()
152 mAsset = new TestAsset(mPixelColor, mIsAssetCorrupt); in getAsset()
160 mThumbAsset = new TestAsset(mPixelColor, mIsAssetCorrupt); in getThumbAsset()
211 parcel.writeInt(mPixelColor); in writeToParcel()
227 return mPixelColor == ((TestLiveWallpaperInfo) object).mPixelColor; in equals()
234 return mPixelColor; in hashCode()