Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/qrcode/
DQrCamera.java370 final double winRatio = getRatio(windowSize.getWidth(), windowSize.getHeight()); in getBestPreviewSize() local
376 && (Math.abs(bestChoiceRatio - winRatio) / winRatio > minRatioDiffPercent in getBestPreviewSize()
377 || Math.abs(ratio - winRatio) / winRatio <= minRatioDiffPercent)) { in getBestPreviewSize()
/packages/apps/Settings/src/com/android/settings/wifi/qrcode/
DQrCamera.java395 final double winRatio = getRatio(windowSize.getWidth(), windowSize.getHeight()); in getBestPreviewSize() local
401 && (Math.abs(bestChoiceRatio - winRatio) / winRatio > minRatioDiffPercent in getBestPreviewSize()
402 || Math.abs(ratio - winRatio) / winRatio <= minRatioDiffPercent)) { in getBestPreviewSize()