Package 

Interface CropImageView.OnSetCropOverlayMovedListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onCropOverlayMoved(Rect rect) Called when the crop overlay is movedrect The rect coordinates of the cropped overlay
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onCropOverlayMoved

         abstract Unit onCropOverlayMoved(Rect rect)

        Called when the crop overlay is moved

        rect The rect coordinates of the cropped overlay