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

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java448 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
452 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
457 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
460 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
465 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
469 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
474 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
479 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
483 boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) {
490 mOnEndRunnable = onEndRunnable;
446 BitmapCropTask(Context c, String filePath, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
455 BitmapCropTask(byte[] imageBytes, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
463 BitmapCropTask(Context c, Uri inUri, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
472 BitmapCropTask(Context c, Resources res, int inResId, RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
482 init(RectF cropBounds, int rotation, int outWidth, int outHeight, boolean setWallpaper, boolean saveCroppedBitmap, Runnable onEndRunnable) argument
501 setOnEndRunnable(Runnable onEndRunnable) argument
[all...]

Completed in 37 milliseconds