Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java122 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() argument
128 mCurrentHomeWallpaper = wallpaperBitmap; in setWallpaperInRotation()
129 mCurrentLockWallpaper = wallpaperBitmap; in setWallpaperInRotation()
136 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap) { in setWallpaperBitmapInNextRotation() argument
137 mCurrentHomeWallpaper = wallpaperBitmap; in setWallpaperBitmapInNextRotation()
138 mCurrentLockWallpaper = wallpaperBitmap; in setWallpaperBitmapInNextRotation()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java336 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() argument
339 return setWallpaperInRotationStatic(wallpaperBitmap, attributions, actionUrl, in setWallpaperInRotation()
344 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap) { in setWallpaperBitmapInNextRotation() argument
345 return setWallpaperBitmapInRotationStatic(wallpaperBitmap); in setWallpaperBitmapInNextRotation()
360 private boolean setWallpaperInRotationStatic(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotationStatic() argument
362 final int wallpaperId = setWallpaperBitmapInRotationStatic(wallpaperBitmap); in setWallpaperInRotationStatic()
426 private int setWallpaperBitmapInRotationStatic(Bitmap wallpaperBitmap) { in setWallpaperBitmapInRotationStatic() argument
435 return setBitmapToWallpaperManagerCompat(wallpaperBitmap, false /* allowBackup */, in setWallpaperBitmapInRotationStatic()
446 private int setBitmapToWallpaperManagerCompat(Bitmap wallpaperBitmap, boolean allowBackup, in setBitmapToWallpaperManagerCompat() argument
449 if (wallpaperBitmap.compress(CompressFormat.JPEG, DEFAULT_COMPRESS_QUALITY, tmpOut)) { in setBitmapToWallpaperManagerCompat()
[all …]
DDefaultWallpaperRefresher.java217 Bitmap wallpaperBitmap = wallpaperDrawable.getBitmap(); in getCurrentHomeWallpaperHashCode() local
218 mCurrentHomeWallpaperHashCode = BitmapUtils.generateHashCode(wallpaperBitmap); in getCurrentHomeWallpaperHashCode()
230 Bitmap wallpaperBitmap = getLockWallpaperBitmap(); in getCurrentLockWallpaperHashCode() local
231 mCurrentLockWallpaperHashCode = BitmapUtils.generateHashCode(wallpaperBitmap); in getCurrentLockWallpaperHashCode()
DWallpaperPersister.java85 boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() argument
98 int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap); in setWallpaperBitmapInNextRotation() argument