Searched refs:onEndRunnable (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DWallpaperCropActivity.java479 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
483 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
488 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
491 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
496 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
500 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
505 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
510 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
514 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
521 mOnEndRunnable = onEndRunnable;
477 BitmapCropTask(Context c, String filePath, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
486 BitmapCropTask(byte[] imageBytes, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
494 BitmapCropTask(Context c, Uri inUri, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
503 BitmapCropTask(Context c, Resources res, int inResId, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
513 init(RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
532 setOnEndRunnable(Runnable onEndRunnable) argument
[all...]

Completed in 29 milliseconds