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/
DDvrPlaybackOverlayFragment.java61 private static final float DISPLAY_ASPECT_RATIO_EPSILON = 0.01f; field in DvrPlaybackOverlayFragment
217 if (Math.abs(mAppliedAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java64 private static final float DISPLAY_ASPECT_RATIO_EPSILON = 0.01f; field in TvViewUiManager
736 DISPLAY_ASPECT_RATIO_EPSILON) { in applyDisplayMode()