Home
last modified time | relevance | path

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

/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/domain/
DUtils.kt34 private const val CROP_ACTION = "com.android.camera.action.CROP" in <lambda>() constant
64 fun getCropIntent(contentUri: Uri, sizeInPixels: Int) = Intent(CROP_ACTION).apply { in <lambda>()
/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.java1020 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.java240 .setAction(CropActivity.CROP_ACTION) in singleItemAction()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DMenuExecutor.java241 Intent intent = getIntentBySingleSelectedPath(CropActivity.CROP_ACTION); in onMenuClicked()
/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
/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()