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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java125 private int mCropSize; field in class:PhotoView
729 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight));
730 final int cropLeft = (layoutWidth - mCropSize) / 2;
731 final int cropTop = (layoutHeight - mCropSize) / 2;
732 final int cropRight = cropLeft + mCropSize;
733 final int cropBottom = cropTop + mCropSize;
888 return mCropSize > 0 ? mCropSize : sCropSize;

Completed in 215 milliseconds