Searched refs:viewRatio (Results 1 – 1 of 1) sorted by relevance
241 float viewRatio = viewWidth / (float) viewHeight; in isDisplayModeAvailable() local242 return Math.abs(viewRatio - videoDisplayAspectRatio) >= DISPLAY_MODE_EPSILON; in isDisplayModeAvailable()