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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java62 private final static float CROPPED_SIZE = 256.0f; field in class:PhotoView
555 (int) CROPPED_SIZE, (int) CROPPED_SIZE, Bitmap.Config.ARGB_8888);
560 final float scaleWidth = CROPPED_SIZE / cropWidth;
561 final float scaleHeight = CROPPED_SIZE / cropWidth;

Completed in 32 milliseconds