Searched refs:CROP_ACTION (Results 1 – 9 of 9) sorted by relevance
34 private const val CROP_ACTION = "com.android.camera.action.CROP" in <lambda>() constant64 fun getCropIntent(contentUri: Uri, sizeInPixels: Int) = Intent(CROP_ACTION).apply { in <lambda>()
122 cropAndSetWallpaperIntent = new Intent(CropActivity.CROP_ACTION) in onResume()
321 Intent intent = new Intent(CropActivity.CROP_ACTION, uri) in onGetContent()
1020 Intent intent = new Intent(CropActivity.CROP_ACTION); in onItemSelected()
152 Intent request = new Intent(CropActivity.CROP_ACTION, mPickedItem) in setChoosenPhoto()
240 .setAction(CropActivity.CROP_ACTION) in singleItemAction()
241 Intent intent = getIntentBySingleSelectedPath(CropActivity.CROP_ACTION); in onMenuClicked()
62 public static final String CROP_ACTION = "com.android.camera.action.CROP"; field in CropActivity
1344 final String CROP_ACTION = "com.android.camera.action.CROP"; in onCaptureDone() local1345 Intent cropIntent = new Intent(CROP_ACTION); in onCaptureDone()