Searched refs:newCropBounds (Results 1 – 1 of 1) sorted by relevance
113 public void initialize(Bitmap image, RectF newCropBounds, RectF newPhotoBounds, int rotation) { in initialize() argument118 if (crop != newCropBounds || containing != newPhotoBounds in initialize()121 mCropObj.resetBoundsTo(newCropBounds, newPhotoBounds); in initialize()126 mCropObj = new CropObject(newPhotoBounds, newCropBounds, 0); in initialize()