Searched refs:requestedCrop (Results 1 – 4 of 4) sorted by relevance
80 if (mFront.crop != mFront.requestedCrop) { in reject()81 mFront.crop = mFront.requestedCrop; in reject()82 mCurrent.crop = mFront.requestedCrop; in reject()
195 Rect requestedCrop; member
121 mCurrentState.requestedCrop = mCurrentState.crop; in Layer()1276 if (mCurrentState.requestedCrop == crop) return false; in setCrop()1278 mCurrentState.requestedCrop = crop; in setCrop()
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()