Package com.jsibbold.zoomage
Annotation Type AutoResetMode
-
@Retention(SOURCE) public @interface AutoResetMode
Describes how theZoomageView
will reset to its original size once interaction with it stops.UNDER
will reset when the image is smaller than or equal to its starting size,OVER
when it's larger than or equal to its starting size,ALWAYS
in both situations, andNEVER
causes no reset. Note that when usingNEVER
, the image will still animate to within the screen bounds in certain situations.