Searched refs:minEffectiveZoom (Results 1 – 1 of 1) sorted by relevance
1619 float minEffectiveZoom = 0.5f / minCenterLength; in getCropRegionForZoom() local1620 if (minEffectiveZoom > maxZoom) { in getCropRegionForZoom()1622 " has minimal zoomable factor " + minEffectiveZoom + ", which exceeds max" in getCropRegionForZoom()1626 if (zoomFactor < minEffectiveZoom) { in getCropRegionForZoom()1628 + minEffectiveZoom + ". It will be overwritten by " + minEffectiveZoom); in getCropRegionForZoom()1629 zoomFactor = minEffectiveZoom; in getCropRegionForZoom()