Searched refs:CROPPED_SIZE (Results 1 – 1 of 1) sorted by relevance
73 private final static float CROPPED_SIZE = 256.0f; field in PhotoView626 (int) CROPPED_SIZE, (int) CROPPED_SIZE, Bitmap.Config.ARGB_8888); in getCroppedPhoto()631 final float scaleWidth = CROPPED_SIZE / cropWidth; in getCroppedPhoto()632 final float scaleHeight = CROPPED_SIZE / cropWidth; in getCroppedPhoto()