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

/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java110 private int mCropSize; field in class:PhotoView
595 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight));
596 final int cropLeft = (layoutWidth - mCropSize) / 2;
597 final int cropTop = (layoutHeight - mCropSize) / 2;
598 final int cropRight = cropLeft + mCropSize;
599 final int cropBottom = cropTop + mCropSize;
731 return mCropSize > 0 ? mCropSize : sCropSize;
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java110 private int mCropSize; field in class:PhotoView
597 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight));
598 final int cropLeft = (layoutWidth - mCropSize) / 2;
599 final int cropTop = (layoutHeight - mCropSize) / 2;
600 final int cropRight = cropLeft + mCropSize;
601 final int cropBottom = cropTop + mCropSize;
737 return mCropSize > 0 ? mCropSize : sCropSize;

Completed in 45 milliseconds