Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/wifi/qrcode/
H A DQrCamera.java350 final float ratioPreview = (float) getRatio(previewWidth, previewHeight); in setTransformationMatrix() local
356 scaleY = scaleX / ratioPreview; in setTransformationMatrix()
358 scaleX = scaleY / ratioPreview; in setTransformationMatrix()