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

/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DDvrPlaybackOverlayFragment.java61 private static final float DISPLAY_ASPECT_RATIO_EPSILON = 0.01f; field in class:DvrPlaybackOverlayFragment
217 if (Math.abs(mAppliedAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) {
/packages/apps/TV/src/com/android/tv/ui/
H A DTvViewUiManager.java64 private static final float DISPLAY_ASPECT_RATIO_EPSILON = 0.01f; field in class:TvViewUiManager
736 DISPLAY_ASPECT_RATIO_EPSILON) {

Completed in 42 milliseconds