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.java75 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()
DDefaultWallpaperRefresher.java235 Bitmap wallpaperBitmap = wallpaperDrawable != null ? wallpaperDrawable.getBitmap() in getCurrentHomeWallpaperHashCode() local
251 Bitmap wallpaperBitmap = getLockWallpaperBitmap(); in getCurrentLockWallpaperHashCode() local
DDefaultWallpaperPersister.java206 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/
DTestWallpaperPersister.java99 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()