Searched refs:sCropSize (Results 1 – 1 of 1) sorted by relevance
84 private static int sCropSize; field in PhotoView758 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()