Searched defs:applyAspect (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageCrop.java172 applyAspect(w, h);
181 public void applyAspect(float x, float y) { method in class:ImageCrop
183 throw new IllegalArgumentException("Bad arguments to applyAspect");
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropView.java217 applyAspect(w, h);
225 applyAspect(1, 1);
228 public void applyAspect(float x, float y) { method in class:CropView
230 throw new IllegalArgumentException("Bad arguments to applyAspect");

Completed in 58 milliseconds