Skip to content

Commit

Permalink
fix doc error for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur committed Feb 13, 2016
1 parent 5f18e3b commit f70783c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public Uri getImageUri() {
* Set the crop window position and size to the given rectangle.<br>
* Image to crop must be first set before invoking this, for async after complete callback.
*
* @param crop window rectangle (position and size) relative to source bitmap
* @param rect window rectangle (position and size) relative to source bitmap
*/
public void setCropRect(Rect rect) {
mCropOverlayView.setInitialCropWindowRect(rect);
Expand Down Expand Up @@ -474,8 +474,6 @@ public void getCroppedImageAsync() {
*
* @param cropShape the shape to crop the image: {@link CropShape#RECTANGLE} will get the raw crop rectangle from
* the image, {@link CropShape#OVAL} will "fix" rectangle to oval by setting outside pixels to transparent.
* @param reqWidth the width to downsample the cropped image to
* @param reqHeight the height to downsample the cropped image to
*/
public void getCroppedImageAsync(CropShape cropShape) {
getCroppedImageAsync(cropShape, 0, 0);
Expand Down

0 comments on commit f70783c

Please sign in to comment.