Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPersister.java90 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()
DDefaultWallpaperRefresher.java241 Bitmap wallpaperBitmap = wallpaperDrawable.getBitmap(); in getCurrentHomeWallpaperHashCode() local
255 Bitmap wallpaperBitmap = getLockWallpaperBitmap(); in getCurrentLockWallpaperHashCode() local
DDefaultWallpaperPersister.java343 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/
DTestWallpaperPersister.java124 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()