Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/qrcode/
DQrCamera.java315 final int viewRatio = (int)getRatio(viewSize.getWidth(), viewSize.getHeight()); in setTransformationMatrix() local
316 if (viewRatio != 1) { in setTransformationMatrix()
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java244 float viewRatio = viewWidth / (float) viewHeight; in isDisplayModeAvailable() local
245 return Math.abs(viewRatio - videoDisplayAspectRatio) >= DISPLAY_MODE_EPSILON; in isDisplayModeAvailable()