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/playback/
DDvrPlaybackOverlayFragment.java91 private float mAppliedAspectRatio; field in DvrPlaybackOverlayFragment
158 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()