Searched defs:setWallpaper (Results 1 - 3 of 3) sorted by relevance

/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DMagicSmokeSelector.java222 public ParcelFileDescriptor setWallpaper(String name) { method in class:MagicSmokeSelector.WallpaperConnection
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java306 public ParcelFileDescriptor setWallpaper(String name) { method in class:LiveWallpaperPreview.WallpaperConnection
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWallpaperCropActivity.java217 protected void setWallpaper(String filePath, final boolean finishActivityWhenDone) { method in class:WallpaperCropActivity
390 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
394 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
399 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
402 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
407 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
411 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
416 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
421 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
425 boolean setWallpaper, boolea
388 BitmapCropTask(Context c, String filePath, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
397 BitmapCropTask(byte[] imageBytes, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
405 BitmapCropTask(Context c, Uri inUri, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
414 BitmapCropTask(Context c, Resources res, int inResId, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
424 init(RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
[all...]

Completed in 51 milliseconds