This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class TouchImageView extends android.support.v7.widget.AppCompatImageView { | |
private static final String DEBUG = "DEBUG"; | |
// | |
// SuperMin and SuperMax multipliers. Determine how much the image can be | |
// zoomed below or above the zoom boundaries, before animating back to the | |
// min/max zoom boundary. | |
// | |
private static final float SUPER_MIN_MULTIPLIER = .75f; |