Searched refs:mCropSize (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java123 private int mCropSize; field in class:PhotoView
758 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight));
759 final int cropLeft = (layoutWidth - mCropSize) / 2;
760 final int cropTop = (layoutHeight - mCropSize) / 2;
761 final int cropRight = cropLeft + mCropSize;
762 final int cropBottom = cropTop + mCropSize;
917 return mCropSize > 0 ? mCropSize : sCropSize;

Completed in 182 milliseconds