Searched refs:getVideoDisplayAspectRatio (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
H A DStreamInfo.java33 float getVideoDisplayAspectRatio(); method in interface:StreamInfo
/packages/apps/TV/src/com/android/tv/ui/
H A DTvViewUiManager.java161 applyDisplayMode(mTvView.getVideoDisplayAspectRatio(), false, true);
228 float videoDisplayAspectRatio = mTvView.getVideoDisplayAspectRatio();
266 applyDisplayMode(mTvView.getVideoDisplayAspectRatio(), animate, false);
283 applyDisplayMode(mTvView.getVideoDisplayAspectRatio(), false, false);
556 float videoDisplayAspectRatio = mPipView.getVideoDisplayAspectRatio();
594 float videoDisplayAspectRatio = mPipView.getVideoDisplayAspectRatio();
H A DChannelBannerView.java371 Utils.getAspectRatioString(info.getVideoDisplayAspectRatio()));
H A DTunableTvView.java749 public float getVideoDisplayAspectRatio() { method in class:TunableTvView

Completed in 111 milliseconds