Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackOverlayFragment.java71 private static final float DISPLAY_ASPECT_RATIO_EPSILON = 0.01f; field in DvrPlaybackOverlayFragment
428 if (Math.abs(mAppliedAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()
432 if (Math.abs(mWindowAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java60 private static final float DISPLAY_ASPECT_RATIO_EPSILON = 0.01f; field in TvViewUiManager
508 < DISPLAY_ASPECT_RATIO_EPSILON) { in applyDisplayMode()