Searched refs:mAppliedAspectRatio (Results 1 – 1 of 1) sorted by relevance
78 private float mAppliedAspectRatio; field in DvrPlaybackOverlayFragment103 mWindowAspectRatio = mAppliedAspectRatio = (float) mWindowWidth / mWindowHeight; in onCreate()200 updateAspectRatio(mAppliedAspectRatio); in onWindowSizeChanged()217 if (Math.abs(mAppliedAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()228 mAppliedAspectRatio = videoAspectRatio; in updateAspectRatio()