Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCurrentWallpaperAsset.java58 private final int mWallpaperManagerFlag; field in CurrentWallpaperAsset
65 mWallpaperManagerFlag = wallpaperManagerFlag; in CurrentWallpaperAsset()
66 mWallpaperId = mWallpaperManager.getWallpaperId(mWallpaperManagerFlag); in CurrentWallpaperAsset()
75 Log.e(TAG, "ParcelFileDescriptor for wallpaper " + mWallpaperManagerFlag in openInputStream()
86 result = result * 31 + mWallpaperManagerFlag; in hashCode()
95 return otherAsset.mWallpaperManagerFlag == mWallpaperManagerFlag in equals()
152 return new CurrentWallpaperKey(mWallpaperManager, mWallpaperManagerFlag); in getKey()
156 return mWallpaperManager.getWallpaperFile(mWallpaperManagerFlag, mCropped); in getWallpaperPfd()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCurrentWallpaperInfo.java58 private final int mWallpaperManagerFlag; field in CurrentWallpaperInfo
70 mWallpaperManagerFlag = wallpaperManagerFlag; in CurrentWallpaperInfo()
80 mWallpaperManagerFlag = in.readInt(); in CurrentWallpaperInfo()
88 return UNKNOWN_CURRENT_WALLPAPER_ID + mWallpaperManagerFlag; in getWallpaperId()
124 boolean isSystemBuiltIn = mWallpaperManagerFlag == WallpaperManager.FLAG_SYSTEM in createCurrentWallpaperAssetVN()
134 : new CurrentWallpaperAsset(context, mWallpaperManagerFlag, /* getCropped= */ in createCurrentWallpaperAssetVN()
142 parcel.writeInt(mWallpaperManagerFlag); in writeToParcel()
161 return mWallpaperManagerFlag; in getWallpaperManagerFlag()