Searched refs:wallpaperBitmap (Results 1 – 3 of 3) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPersister.java | 340 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() argument 348 return setWallpaperInRotationStatic(wallpaperBitmap, attributions, actionUrl, in setWallpaperInRotation() 351 return setWallpaperInRotationLive(wallpaperBitmap, attributions, actionUrl, in setWallpaperInRotation() 360 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap) { in setWallpaperBitmapInNextRotation() argument 366 return setWallpaperBitmapInRotationStatic(wallpaperBitmap); in setWallpaperBitmapInNextRotation() 368 … boolean isSuccess = setWallpaperBitmapInRotationLive(wallpaperBitmap, true /* isPreview */); in setWallpaperBitmapInNextRotation() 390 private boolean setWallpaperInRotationStatic(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotationStatic() argument 393 final int wallpaperId = setWallpaperBitmapInRotationStatic(wallpaperBitmap); in setWallpaperInRotationStatic() 520 private boolean setWallpaperInRotationLive(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotationLive() argument 525 if (!setWallpaperBitmapInRotationLive(wallpaperBitmap, false /* isPreview */)) { in setWallpaperInRotationLive() [all …]
|
D | DefaultWallpaperRefresher.java | 255 Bitmap wallpaperBitmap = wallpaperDrawable.getBitmap(); in getCurrentHomeWallpaperHashCode() local 256 mCurrentHomeWallpaperHashCode = BitmapUtils.generateHashCode(wallpaperBitmap); in getCurrentHomeWallpaperHashCode() 269 Bitmap wallpaperBitmap = getLockWallpaperBitmap(); in getCurrentLockWallpaperHashCode() local 270 mCurrentLockWallpaperHashCode = BitmapUtils.generateHashCode(wallpaperBitmap); in getCurrentLockWallpaperHashCode()
|
D | WallpaperPersister.java | 85 boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() argument 98 int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap); in setWallpaperBitmapInNextRotation() argument
|