Home
last modified time | relevance | path

Searched refs:mAppliedAspectRatio (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrPlaybackOverlayFragment.java78 private float mAppliedAspectRatio; field in DvrPlaybackOverlayFragment
103 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()