Searched refs:ASPECT_RATIO_16x9 (Results 1 – 3 of 3) sorted by relevance
94 setAspectRatio(ResolutionUtil.ASPECT_RATIO_16x9); in updateSubviewReferences()114 } else if (mAspectRatio.equals(ResolutionUtil.ASPECT_RATIO_16x9)) { in setAspectRatio()
34 private static final AspectRatio ASPECT_RATIO_16x9 = AspectRatio.of(16, 9); field in AspectRatio64 return ASPECT_RATIO_16x9; in of16x9()
56 public static final Rational ASPECT_RATIO_16x9 = new Rational(16, 9); field in ResolutionUtil