Searched refs:SCALE_OVERZOOM_FACTOR (Results 1 – 1 of 1) sorted by relevance
69 private final static float SCALE_OVERZOOM_FACTOR = 1.5f; field in PhotoView919 newScale = Math.min(newScale, mMaxScale * SCALE_OVERZOOM_FACTOR); in scale()