Searched refs:requestedCrop (Results 1 – 4 of 4) sorted by relevance
79 if (mFront.crop != mFront.requestedCrop) { in reject()80 mFront.crop = mFront.requestedCrop; in reject()81 mCurrent.crop = mFront.requestedCrop; in reject()
134 Rect requestedCrop; member
135 mCurrentState.requestedCrop = mCurrentState.crop; in Layer()1860 if (mCurrentState.requestedCrop == crop)1863 mCurrentState.requestedCrop = crop;
557 private static Rect effectiveCropRectFromRequested(Rect requestedCrop, Size previewSize) { in effectiveCropRectFromRequested() argument558 float aspectRatioArray = requestedCrop.width() * 1.0f / requestedCrop.height(); in effectiveCropRectFromRequested()564 cropHeight = requestedCrop.height(); in effectiveCropRectFromRequested()568 cropWidth = requestedCrop.width(); in effectiveCropRectFromRequested()576 translateMatrix.setTranslate(requestedCrop.exactCenterX(), requestedCrop.exactCenterY()); in effectiveCropRectFromRequested()