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.java92 private float mWindowAspectRatio; field in DvrPlaybackOverlayFragment
158 mWindowAspectRatio = mAppliedAspectRatio = (float) mWindowWidth / mWindowHeight; in onCreate()
323 mWindowAspectRatio = (float) mWindowWidth / mWindowHeight; in onWindowSizeChanged()
426 videoAspectRatio = mWindowAspectRatio; in updateAspectRatio()
432 if (Math.abs(mWindowAspectRatio - videoAspectRatio) < DISPLAY_ASPECT_RATIO_EPSILON) { in updateAspectRatio()
434 } else if (videoAspectRatio < mWindowAspectRatio) { in updateAspectRatio()