Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java241 float viewRatio = viewWidth / (float) viewHeight; in isDisplayModeAvailable() local
242 return Math.abs(viewRatio - videoDisplayAspectRatio) >= DISPLAY_MODE_EPSILON; in isDisplayModeAvailable()