Searched refs:mCropRect (Results 1 – 2 of 2) sorted by relevance
119 private Rect mCropRect; field in CodecImage128 if (mCropRect == null) { in getCropRect()131 return new Rect(mCropRect); // return a copy in getCropRect()146 mCropRect = cropRect; in setCropRect()
851 return mCropRect;865 mCropRect = new Rect(mWidth / 2, mHeight / 2, mWidth, mHeight);866 decoder.setCrop(mCropRect);873 private Rect mCropRect;