Searched refs:mWindowAspectRatio (Results 1 – 1 of 1) sorted by relevance
79 private float mWindowAspectRatio; field in DvrPlaybackOverlayFragment103 mWindowAspectRatio = mAppliedAspectRatio = (float) mWindowWidth / mWindowHeight; in onCreate()199 mWindowAspectRatio = (float) mWindowWidth / mWindowHeight; in onWindowSizeChanged()221 if (videoAspectRatio < mWindowAspectRatio) { in updateAspectRatio()