Searched refs:getMaxZoomRatio (Results 1 – 3 of 3) sorted by relevance
634 public float getMaxZoomRatio() { in getMaxZoomRatio() method in CameraCapabilities687 if (settings.getCurrentZoomRatio() > getMaxZoomRatio()) { in zoomCheck()
699 public static float getMaxZoomRatio(Camera.Parameters params) { in getMaxZoomRatio() method in ParameterUtils
930 m.set(SCALER_AVAILABLE_MAX_DIGITAL_ZOOM, ParameterUtils.getMaxZoomRatio(p)); in mapScaler()