Searched refs:mPostCrop (Results 1 – 1 of 1) sorted by relevance
56 private final Rect mPostCrop; field in PictureSizeCalculator.Configuration60 mPostCrop = postCrop; in Configuration()68 return mPostCrop; in getPostCaptureCrop()82 .add("crop", mPostCrop) in toString()96 if (!mPostCrop.equals(that.mPostCrop)) { in equals()107 return Objects.hashCode(mSize, mPostCrop); in hashCode()