Searched refs:mWindowAspectRatio (Results 1 – 1 of 1) sorted by relevance
91 private float mWindowAspectRatio; field in DvrPlaybackOverlayFragment137 mWindowAspectRatio = mAppliedAspectRatio = (float) mWindowWidth / mWindowHeight; in onCreate()284 mWindowAspectRatio = (float) mWindowWidth / mWindowHeight; in onWindowSizeChanged()381 videoAspectRatio = mWindowAspectRatio; in updateAspectRatio()387 if (Math.abs(mWindowAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()389 } else if (videoAspectRatio < mWindowAspectRatio) { in updateAspectRatio()