Home
last modified time | relevance | path

Searched refs:setInnerAspectRatio (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropObject.java91 public boolean setInnerAspectRatio(float width, float height) { in setInnerAspectRatio() method in CropObject
H A DCropView.java238 if (!mCropObj.setInnerAspectRatio(x, y)) { in applyAspect()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageCrop.java191 if (!mCropObj.setInnerAspectRatio(x, y)) { in applyAspect()