Searched refs:mAppliedAspectRatio (Results 1 – 1 of 1) sorted by relevance
91 private float mAppliedAspectRatio; field in DvrPlaybackOverlayFragment158 mWindowAspectRatio = mAppliedAspectRatio = (float) mWindowWidth / mWindowHeight; in onCreate()324 updateAspectRatio(mAppliedAspectRatio); in onWindowSizeChanged()428 if (Math.abs(mAppliedAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()441 mAppliedAspectRatio = videoAspectRatio; in updateAspectRatio()