Home
last modified time | relevance | path

Searched refs:fixAspectRatioContained (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropMath.java190 public static void fixAspectRatioContained(RectF r, float w, float h) { in fixAspectRatioContained() method in CropMath
DCropObject.java96 CropMath.fixAspectRatioContained(inner, width, height); in setInnerAspectRatio()