Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/common/
DPictureSizeCalculator.java56 private final Rect mPostCrop; field in PictureSizeCalculator.Configuration
60 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()