Searched refs:minEffectiveZoom (Results 1 – 1 of 1) sorted by relevance
1519 float minEffectiveZoom = 0.5f / minCenterLength; in getCropRegionForZoom() local1520 if (minEffectiveZoom > maxZoom) { in getCropRegionForZoom()1522 " has minimal zoomable factor " + minEffectiveZoom + ", which exceeds max" in getCropRegionForZoom()1526 if (zoomFactor < minEffectiveZoom) { in getCropRegionForZoom()1528 + minEffectiveZoom + ". It will be overwritten by " + minEffectiveZoom); in getCropRegionForZoom()1529 zoomFactor = minEffectiveZoom; in getCropRegionForZoom()