Searched refs:fullImage (Results 1 – 1 of 1) sorted by relevance
1004 public int setBitmap(Bitmap fullImage, Rect visibleCropHint, boolean allowBackup) in setBitmap() argument1006 return setBitmap(fullImage, visibleCropHint, allowBackup, FLAG_SYSTEM); in setBitmap()1029 public int setBitmap(Bitmap fullImage, Rect visibleCropHint, in setBitmap() argument1047 fullImage.compress(Bitmap.CompressFormat.PNG, 90, fos); in setBitmap()