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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 64 import com.android.gallery3d.filtershow.imageshow.ImageCrop;
340 ImageCrop.setAspectTextSize((int) getPixelsFromDip(18));
341 ImageCrop.setTouchTolerance((int) getPixelsFromDip(25));
342 ImageCrop.setMinCropSize((int) getPixelsFromDip(55));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 42 public class ImageCrop extends ImageGeometry {
81 private static final String LOGTAG = "ImageCrop";
100 public ImageCrop(Context context) {
107 public ImageCrop(Context context, AttributeSet attrs) {

Completed in 2303 milliseconds