Searched refs:mWindowAspectRatio (Results 1 – 1 of 1) sorted by relevance
88 private float mWindowAspectRatio; field in DvrPlaybackOverlayFragment140 mWindowAspectRatio = mAppliedAspectRatio = (float) mWindowWidth / mWindowHeight; in onCreate()295 mWindowAspectRatio = (float) mWindowWidth / mWindowHeight; in onWindowSizeChanged()398 videoAspectRatio = mWindowAspectRatio; in updateAspectRatio()404 if (Math.abs(mWindowAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()406 } else if (videoAspectRatio < mWindowAspectRatio) { in updateAspectRatio()