Home
last modified time | relevance | path

Searched refs:CROPPED_SIZE (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java73 private final static float CROPPED_SIZE = 256.0f; field in PhotoView
626 (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()