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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCrop.java 30 import com.android.gallery3d.filtershow.imageshow.ImageCrop;
37 ImageCrop mImageCrop;
50 // TODO: need this for now because there's extra state in ImageCrop.
53 mImageCrop = new ImageCrop(context);
  /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 178 milliseconds