Searched refs:DISPLAY_ASPECT_RATIO_EPSILON (Results 1 – 2 of 2) sorted by relevance
71 private static final float DISPLAY_ASPECT_RATIO_EPSILON = 0.01f; field in DvrPlaybackOverlayFragment428 if (Math.abs(mAppliedAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()432 if (Math.abs(mWindowAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()
60 private static final float DISPLAY_ASPECT_RATIO_EPSILON = 0.01f; field in TvViewUiManager508 < DISPLAY_ASPECT_RATIO_EPSILON) { in applyDisplayMode()