Searched refs:getAspectRatioString (Results 1 – 3 of 3) sorted by relevance
324 public static String getAspectRatioString(int width, int height) { in getAspectRatioString() method in Utils337 public static String getAspectRatioString(float videoDisplayAspectRatio) { in getAspectRatioString() method in Utils
446 updateTextView(mAspectRatioView, Utils.getAspectRatioString(
371 Utils.getAspectRatioString(info.getVideoDisplayAspectRatio())); in updateStreamInfo()