Searched refs:whichWallpaper (Results 1 – 3 of 3) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPersister.java | 231 int whichWallpaper = WallpaperManager.FLAG_SYSTEM | WallpaperManager.FLAG_LOCK; in setWallpaperBitmapInNextRotation() local 233 collectionId, whichWallpaper); in setWallpaperBitmapInNextRotation() 303 int whichWallpaper) { in cropAndSetWallpaperBitmapInRotationStatic() argument 346 /* allowBackup */ false, whichWallpaper); in cropAndSetWallpaperBitmapInRotationStatic() 348 mWallpaperPreferences.storeLatestWallpaper(whichWallpaper, in cropAndSetWallpaperBitmapInRotationStatic() 369 boolean allowBackup, int whichWallpaper) { in setBitmapToWallpaperManager() argument 378 whichWallpaper); in setBitmapToWallpaperManager() 390 whichWallpaper); in setBitmapToWallpaperManager() 400 boolean allowBackup, int whichWallpaper) { in setStreamToWallpaperManager() argument 403 whichWallpaper); in setStreamToWallpaperManager() [all …]
|
D | WallpaperPersister.java | 156 boolean allowBackup, int whichWallpaper); in setBitmapToWallpaperManager() argument 166 boolean allowBackup, int whichWallpaper); in setStreamToWallpaperManager() argument 177 boolean allowBackup, int whichWallpaper); in setStreamWithCropsToWallpaperManager() argument
|
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | TestWallpaperPersister.java | 237 boolean allowBackup, int whichWallpaper) { in setBitmapToWallpaperManager() argument 243 boolean allowBackup, int whichWallpaper) { in setStreamToWallpaperManager() argument 249 @NonNull Map<Point, Rect> cropHints, boolean allowBackup, int whichWallpaper) { in setStreamWithCropsToWallpaperManager() argument
|