Searched defs:wallpaperBitmap (Results 1 – 4 of 4) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | WallpaperPersister.java | 78 boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 95 int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 155 int setBitmapToWallpaperManager(Bitmap wallpaperBitmap, Rect cropHint, in setBitmapToWallpaperManager()
|
D | DefaultWallpaperRefresher.java | 259 Bitmap wallpaperBitmap = wallpaperDrawable != null ? wallpaperDrawable.getBitmap() in getCurrentHomeWallpaperHashCode() local 275 Bitmap wallpaperBitmap = getLockWallpaperBitmap(); in getCurrentLockWallpaperHashCode() local
|
D | DefaultWallpaperPersister.java | 211 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 225 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 301 private int cropAndSetWallpaperBitmapInRotationStatic(Bitmap wallpaperBitmap, in cropAndSetWallpaperBitmapInRotationStatic() 368 public int setBitmapToWallpaperManager(Bitmap wallpaperBitmap, Rect cropHint, in setBitmapToWallpaperManager()
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestWallpaperPersister.java | 103 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 117 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 236 public int setBitmapToWallpaperManager(Bitmap wallpaperBitmap, Rect cropHint, in setBitmapToWallpaperManager()
|