Searched refs:mWindowAspectRatio (Results 1 – 1 of 1) sorted by relevance
92 private float mWindowAspectRatio; field in DvrPlaybackOverlayFragment158 mWindowAspectRatio = mAppliedAspectRatio = (float) mWindowWidth / mWindowHeight; in onCreate()323 mWindowAspectRatio = (float) mWindowWidth / mWindowHeight; in onWindowSizeChanged()426 videoAspectRatio = mWindowAspectRatio; in updateAspectRatio()432 if (Math.abs(mWindowAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()434 } else if (videoAspectRatio < mWindowAspectRatio) { in updateAspectRatio()