Searched defs:newCropBounds (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropView.java113 public void initialize(Bitmap image, RectF newCropBounds, RectF newPhotoBounds, int rotation) { argument
118 if (crop != newCropBounds || containing != newPhotoBounds
121 mCropObj.resetBoundsTo(newCropBounds, newPhotoBounds);
126 mCropObj = new CropObject(newPhotoBounds, newCropBounds, 0);

Completed in 97 milliseconds