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