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

  /packages/apps/Camera2/src/com/android/camera/widget/
AspectRatioDialogLayout.java 88 setAspectRatio(ResolutionUtil.ASPECT_RATIO_4x3);
110 if (mAspectRatio.equals(ResolutionUtil.ASPECT_RATIO_4x3)) {
  /packages/apps/Camera2/src/com/android/camera/util/
AspectRatio.java 33 private static final AspectRatio ASPECT_RATIO_4x3 = AspectRatio.of(4, 3);
60 return ASPECT_RATIO_4x3;
  /packages/apps/Camera2/src/com/android/camera/app/
FirstRunDialog.java 49 private static final Rational DEFAULT_ASPECT_RATIO = ResolutionUtil.ASPECT_RATIO_4x3;
  /packages/apps/Camera2/src/com/android/camera/settings/
ResolutionSetting.java 146 final Rational aspectRatio = ResolutionUtil.ASPECT_RATIO_4x3;
ResolutionUtil.java 57 public static final Rational ASPECT_RATIO_4x3 = new Rational(4, 3);

Completed in 239 milliseconds