Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DUtils.java324 public static String getAspectRatioString(int width, int height) { in getAspectRatioString() method in Utils
337 public static String getAspectRatioString(float videoDisplayAspectRatio) { in getAspectRatioString() method in Utils
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java446 updateTextView(mAspectRatioView, Utils.getAspectRatioString(
/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java371 Utils.getAspectRatioString(info.getVideoDisplayAspectRatio())); in updateStreamInfo()