Searched refs:CropActivity (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DWallpaper.java31 import com.android.gallery3d.filtershow.crop.CropActivity;
122 cropAndSetWallpaperIntent = new Intent(CropActivity.CROP_ACTION)
123 .setClass(this, CropActivity.class)
H A DPhotoPage.java62 import com.android.gallery3d.filtershow.crop.CropActivity;
1047 Intent intent = new Intent(CropActivity.CROP_ACTION);
1048 intent.setClass(activity, CropActivity.class);
H A DAlbumPage.java42 import com.android.gallery3d.filtershow.crop.CropActivity;
321 Intent intent = new Intent(CropActivity.CROP_ACTION, uri)
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetConfigure.java38 import com.android.gallery3d.filtershow.crop.CropActivity;
152 Intent request = new Intent(CropActivity.CROP_ACTION, mPickedItem)
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiChoiceManager.java38 import com.android.gallery3d.filtershow.crop.CropActivity;
243 .setAction(CropActivity.CROP_ACTION)
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMenuExecutor.java40 import com.android.gallery3d.filtershow.crop.CropActivity;
243 Intent intent = getIntentBySingleSelectedPath(CropActivity.CROP_ACTION);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java60 public class CropActivity extends Activity { class in inherits:Activity
61 private static final String LOGTAG = "CropActivity";

Completed in 272 milliseconds