Searched refs:mMaxCropRatio (Results 1 – 1 of 1) sorted by relevance
90 private final float mMaxCropRatio; field in PhotoSource115 mMaxCropRatio = mResources.getInteger(R.integer.max_crop_ratio) / 1000000f; in PhotoSource()180 float ratio = (outsideRatio / insideRatio < mMaxCropRatio ? in load()