Searched refs:mCropRect (Results 1 – 2 of 2) sorted by relevance
120 private Rect mCropRect; field in CodecImage129 if (mCropRect == null) { in getCropRect()132 return new Rect(mCropRect); // return a copy in getCropRect()147 mCropRect = cropRect; in setCropRect()
755 return mCropRect;769 mCropRect = new Rect(mWidth / 2, mHeight / 2, mWidth, mHeight);770 decoder.setCrop(mCropRect);777 private Rect mCropRect;