Searched defs:mCropRectangle (Results 1 - 1 of 1) sorted by path

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2Settings.java51 private final Rect mCropRectangle; field in class:AndroidCamera2Settings
91 mCropRectangle = new Rect(0, 0, activeArray.width(), activeArray.height());
143 mCropRectangle = new Rect(other.mCropRectangle);
190 mCropRectangle.set(0, 0,
195 mCropRectangle.offsetTo((mActiveArray.width() - mCropRectangle.width()) / 2,
196 (mActiveArray.height() - mCropRectangle.height()) / 2);
200 effectiveCropRectFromRequested(mCropRectangle, mCurrentPreviewSize);
262 mRequestSettings.set(SCALER_CROP_REGION, mCropRectangle);
[all...]

Completed in 75 milliseconds