Searched refs:DISPLAY_ASPECT_RATIO_EPSILON (Results 1 – 2 of 2) sorted by relevance
70 private static final float DISPLAY_ASPECT_RATIO_EPSILON = 0.01f; field in DvrPlaybackOverlayFragment383 if (Math.abs(mAppliedAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()387 if (Math.abs(mWindowAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()
61 private static final float DISPLAY_ASPECT_RATIO_EPSILON = 0.01f; field in TvViewUiManager494 DISPLAY_ASPECT_RATIO_EPSILON) { in applyDisplayMode()