Skip to content

Instantly share code, notes, and snippets.

View RozinaDarediya's full-sized avatar

Rozina RozinaDarediya

  • Theta-Technolabs
  • Ahmedabad
View GitHub Profile
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;