HomeSort by relevance Sort by last modified time
    Searched defs:fixAspectRatioContained (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera2/src/com/android/camera/crop/
CropMath.java 188 public static void fixAspectRatioContained(RectF r, float w, float h) {
CropObject.java 94 CropMath.fixAspectRatioContained(inner, width, height);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 190 public static void fixAspectRatioContained(RectF r, float w, float h) {
CropObject.java 96 CropMath.fixAspectRatioContained(inner, width, height);

Completed in 863 milliseconds