Searched defs:wallpaperBitmap (Results 1 – 4 of 4) sorted by relevance
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
| D | WallpaperPersister.java | 75 boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 91 int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 156 int setBitmapToWallpaperManager(Bitmap wallpaperBitmap, Rect cropHint, in setBitmapToWallpaperManager()
|
| D | DefaultWallpaperRefresher.java | 235 Bitmap wallpaperBitmap = wallpaperDrawable != null ? wallpaperDrawable.getBitmap() in getCurrentHomeWallpaperHashCode() local 251 Bitmap wallpaperBitmap = getLockWallpaperBitmap(); in getCurrentLockWallpaperHashCode() local
|
| D | DefaultWallpaperPersister.java | 206 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 215 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 233 private boolean setWallpaperInRotationStatic(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotationStatic() 313 private int cropAndSetWallpaperBitmapInRotationStatic(Bitmap wallpaperBitmap, in cropAndSetWallpaperBitmapInRotationStatic() 379 public int setBitmapToWallpaperManager(Bitmap wallpaperBitmap, Rect cropHint, in setBitmapToWallpaperManager()
|
| /packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
| D | TestWallpaperPersister.java | 99 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 114 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 235 public int setBitmapToWallpaperManager(Bitmap wallpaperBitmap, Rect cropHint, in setBitmapToWallpaperManager()
|