Searched refs:cropIntent (Results 1 – 5 of 5) sorted by relevance
309 Intent cropIntent = new Intent();310 cropIntent.setData(img.fullSizeImageUri());311 cropIntent.setClass(this, CropImage.class);312 cropIntent.putExtras(newExtras);315 cropIntent.putExtras(myExtras);316 startActivityForResult(cropIntent, CROP_MSG);
495 Intent cropIntent = new Intent( in onCropClicked()497 cropIntent.setData(u); in onCropClicked()499 cropIntent, RESULT_COMMON_MENU_CROP); in onCropClicked()
101 Intent cropIntent = getIntent(); in init() local102 final Uri imageUri = cropIntent.getData(); in init()
1345 Intent cropIntent = new Intent(CROP_ACTION); in onCaptureDone() local1347 cropIntent.setData(tempUri); in onCaptureDone()1348 cropIntent.putExtras(newExtras); in onCaptureDone()1350 mActivity.startActivityForResult(cropIntent, REQUEST_CROP); in onCaptureDone()
1450 Intent cropIntent = new Intent("com.android.camera.action.CROP"); in doAttach() local1452 cropIntent.setData(tempUri); in doAttach()1453 cropIntent.putExtras(newExtras); in doAttach()1455 startActivityForResult(cropIntent, CROP_MSG); in doAttach()