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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWallpaperCropActivity.java345 final int outWidth = (int) Math.round(cropRect.width() * cropScale);
350 updateWallpaperDimensions(outWidth, outHeight);
358 cropRect, cropRotation, outWidth, outHeight, true, false, onEndCrop);
389 RectF cropBounds, int rotation, int outWidth, int outHeight,
394 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
398 RectF cropBounds, int rotation, int outWidth, int outHeight,
402 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
406 RectF cropBounds, int rotation, int outWidth, int outHeight,
411 outWidth, outHeight, setWallpaper, saveCroppedBitmap, onEndRunnable);
415 RectF cropBounds, int rotation, int outWidth, in
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
720 getMaxCropRect( int inWidth, int inHeight, int outWidth, int outHeight, boolean leftAligned) argument
[all...]

Completed in 320 milliseconds