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

  /packages/apps/Gallery/src/com/android/camera/
Wallpaper.java 40 intent.setClass(this, CropImage.class);
CropImage.java 59 public class CropImage extends MonitoredActivity {
60 private static final String TAG = "CropImage";
96 setContentView(R.layout.cropimage);
547 Toast t = Toast.makeText(CropImage.this,
645 CropImage cropImage = (CropImage) mContext;
646 if (cropImage.mSaving) {
652 if (cropImage.mWaitingToPick) {
673 if (cropImage.mWaitingToPick)
    [all...]
ImageGallery.java 311 cropIntent.setClass(this, CropImage.class);
339 // The CropImage activity passes back the Uri of the cropped
    [all...]

Completed in 135 milliseconds