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