Home
last modified time | relevance | path

Searched refs:cropImageAndSetWallpaper (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java145 cropImageAndSetWallpaper(imageUri, null, finishActivityWhenDone, in init()
344 protected void cropImageAndSetWallpaper(Resources res, int resId, in cropImageAndSetWallpaper() method in WallpaperCropActivity
373 protected void cropImageAndSetWallpaper(Uri uri, in cropImageAndSetWallpaper() method in WallpaperCropActivity
DSavedWallpaperImages.java91 a.cropImageAndSetWallpaper(Uri.fromFile(mFile), null, true, shouldFadeOutOnFinish); in onSave()
DWallpaperPickerActivity.java223 a.cropImageAndSetWallpaper(mUri, h, finishActivityWhenDone, shouldFadeOutOnFinish); in onSave()
317 a.cropImageAndSetWallpaper(mResources, mResId, finishActivityWhenDone, in onSave()