Home
last modified time | relevance | path

Searched refs:applyAspect (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropView.java217 applyAspect(w, h); in applyOriginalAspect()
225 applyAspect(1, 1); in applySquareAspect()
228 public void applyAspect(float x, float y) { in applyAspect() method in CropView
DCropActivity.java215 mCropView.applyAspect(mOutputX, mOutputY); in doneLoadBitmap()
224 mCropView.applyAspect(aspectX, aspectY); in doneLoadBitmap()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageCrop.java172 applyAspect(w, h); in applyOriginalAspect()
181 public void applyAspect(float x, float y) { in applyAspect() method in ImageCrop
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorCrop.java127 mImageCrop.applyAspect(info.mAspectX, info.mAspectY); in changeCropAspect()