Searched defs:wallpaperBitmap (Results 1 – 4 of 4) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | WallpaperPersister.java | 90 boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 106 int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 158 int setBitmapToWallpaperManagerCompat(Bitmap wallpaperBitmap, boolean allowBackup, in setBitmapToWallpaperManagerCompat()
|
D | DefaultWallpaperRefresher.java | 241 Bitmap wallpaperBitmap = wallpaperDrawable.getBitmap(); in getCurrentHomeWallpaperHashCode() local 255 Bitmap wallpaperBitmap = getLockWallpaperBitmap(); in getCurrentLockWallpaperHashCode() local
|
D | DefaultWallpaperPersister.java | 343 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 351 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 369 private boolean setWallpaperInRotationStatic(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotationStatic() 430 private int cropAndSetWallpaperBitmapInRotationStatic(Bitmap wallpaperBitmap, in cropAndSetWallpaperBitmapInRotationStatic() 493 public int setBitmapToWallpaperManagerCompat(Bitmap wallpaperBitmap, boolean allowBackup, in setBitmapToWallpaperManagerCompat()
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestWallpaperPersister.java | 124 public boolean setWallpaperInRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperInRotation() 138 public int setWallpaperBitmapInNextRotation(Bitmap wallpaperBitmap, List<String> attributions, in setWallpaperBitmapInNextRotation() 250 public int setBitmapToWallpaperManagerCompat(Bitmap wallpaperBitmap, boolean allowBackup, in setBitmapToWallpaperManagerCompat()
|