Searched refs:ASPECT_RATIO_4x3 (Results 1 – 5 of 5) sorted by relevance
88 setAspectRatio(ResolutionUtil.ASPECT_RATIO_4x3); in updateSubviewReferences()110 if (mAspectRatio.equals(ResolutionUtil.ASPECT_RATIO_4x3)) { in setAspectRatio()
33 private static final AspectRatio ASPECT_RATIO_4x3 = AspectRatio.of(4, 3); field in AspectRatio60 return ASPECT_RATIO_4x3; in of4x3()
149 final Rational aspectRatio = ResolutionUtil.ASPECT_RATIO_4x3; in getPictureSize()
59 public static final Rational ASPECT_RATIO_4x3 = new Rational(4, 3); field in ResolutionUtil
52 private static final Rational DEFAULT_ASPECT_RATIO = ResolutionUtil.ASPECT_RATIO_4x3;