Searched refs:CROP_ACTION (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DWallpaper.java103 Intent request = new Intent(FilterShowActivity.CROP_ACTION)
H A DAlbumPage.java321 Intent intent = new Intent(FilterShowActivity.CROP_ACTION, uri)
H A DPhotoPage.java1088 Intent intent = new Intent(CropActivity.CROP_ACTION);
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetConfigure.java152 Intent request = new Intent(FilterShowActivity.CROP_ACTION, mPickedItem)
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiChoiceManager.java242 .setAction(FilterShowActivity.CROP_ACTION)
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMenuExecutor.java240 Intent intent = getIntentBySingleSelectedPath(CropActivity.CROP_ACTION);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropActivity.java60 public static final String CROP_ACTION = "com.android.camera.action.CROP"; field in class:CropActivity
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java86 public static final String CROP_ACTION = "com.android.camera.action.CROP"; field in class:FilterShowActivity
/packages/apps/Gallery2/src/com/android/camera/
H A DPhotoModule.java1194 Intent cropIntent = new Intent(FilterShowActivity.CROP_ACTION);
/packages/apps/Camera/src/com/android/camera/
H A DPhotoModule.java1408 Intent cropIntent = new Intent(FilterShowActivity.CROP_ACTION);

Completed in 152 milliseconds