-
public interface CropImageView.OnSetCropOverlayMovedListenerInterface definition for a callback to be invoked when the crop overlay is released.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonCropOverlayMoved(Rect rect)Called when the crop overlay is movedrect The rect coordinates of the cropped overlay -
-
Method Detail
-
onCropOverlayMoved
abstract Unit onCropOverlayMoved(Rect rect)
Called when the crop overlay is moved
rect The rect coordinates of the cropped overlay
-
-
-
-