HomeSort by relevance Sort by last modified time
    Searched refs:getVideoDisplayAspectRatio (Results 1 - 4 of 4) sorted by null

  /packages/apps/TV/src/com/android/tv/data/
StreamInfo.java 36 float getVideoDisplayAspectRatio();
  /packages/apps/TV/src/com/android/tv/ui/
TvViewUiManager.java 166 applyDisplayMode(mTvView.getVideoDisplayAspectRatio(), false, true);
225 float videoDisplayAspectRatio = mTvView.getVideoDisplayAspectRatio();
263 applyDisplayMode(mTvView.getVideoDisplayAspectRatio(), animate, false);
280 applyDisplayMode(mTvView.getVideoDisplayAspectRatio(), false, false);
ChannelBannerView.java 365 Utils.getAspectRatioString(info.getVideoDisplayAspectRatio()));
    [all...]
TunableTvView.java 766 public float getVideoDisplayAspectRatio() {
    [all...]

Completed in 68 milliseconds