Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackOverlayFragment.java88 private float mWindowAspectRatio; field in DvrPlaybackOverlayFragment
140 mWindowAspectRatio = mAppliedAspectRatio = (float) mWindowWidth / mWindowHeight; in onCreate()
295 mWindowAspectRatio = (float) mWindowWidth / mWindowHeight; in onWindowSizeChanged()
398 videoAspectRatio = mWindowAspectRatio; in updateAspectRatio()
404 if (Math.abs(mWindowAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()
406 } else if (videoAspectRatio < mWindowAspectRatio) { in updateAspectRatio()