Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java84 private static int sCropSize; field in PhotoView
758 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight)); in onLayout()
868 final int vwidth = mAllowCrop ? sCropSize : getWidth(); in generateMatrix()
869 final int vheight = mAllowCrop ? sCropSize : getHeight(); in generateMatrix()
917 return mCropSize > 0 ? mCropSize : sCropSize; in getCropSize()
1113 sCropSize = resources.getDimensionPixelSize(R.dimen.photo_crop_width); in initialize()