Home
last modified time | relevance | path

Searched refs:zoomRatioWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
DParameterUtils.java729 float zoomRatioWidth = activeArraySize.getWidth() * 1.0f / cropSize.getWidth(); in getZoomRatio() local
732 return new SizeF(zoomRatioWidth, zoomRatioHeight); in getZoomRatio()