Home
last modified time | relevance | path

Searched refs:CROP_ACTION (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DWallpaper.java122 cropAndSetWallpaperIntent = new Intent(CropActivity.CROP_ACTION) in onResume()
DAlbumPage.java321 Intent intent = new Intent(CropActivity.CROP_ACTION, uri) in onGetContent()
DPhotoPage.java1047 Intent intent = new Intent(CropActivity.CROP_ACTION); in onItemSelected()
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
DWidgetConfigure.java152 Intent request = new Intent(CropActivity.CROP_ACTION, mPickedItem) in setChoosenPhoto()
/packages/apps/Gallery2/src/com/android/photos/
DMultiChoiceManager.java243 .setAction(CropActivity.CROP_ACTION) in singleItemAction()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DMenuExecutor.java243 Intent intent = getIntentBySingleSelectedPath(CropActivity.CROP_ACTION); in onMenuClicked()
/packages/apps/Camera2/src/com/android/camera/
DPhotoModule.java1344 final String CROP_ACTION = "com.android.camera.action.CROP"; in onCaptureDone() local
1345 Intent cropIntent = new Intent(CROP_ACTION); in onCaptureDone()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java62 public static final String CROP_ACTION = "com.android.camera.action.CROP"; field in CropActivity