Searched refs:CROP_ACTION (Results 1 – 8 of 8) sorted by relevance
122 cropAndSetWallpaperIntent = new Intent(CropActivity.CROP_ACTION) in onResume()
321 Intent intent = new Intent(CropActivity.CROP_ACTION, uri) in onGetContent()
1047 Intent intent = new Intent(CropActivity.CROP_ACTION); in onItemSelected()
152 Intent request = new Intent(CropActivity.CROP_ACTION, mPickedItem) in setChoosenPhoto()
243 .setAction(CropActivity.CROP_ACTION) in singleItemAction()
243 Intent intent = getIntentBySingleSelectedPath(CropActivity.CROP_ACTION); in onMenuClicked()
1344 final String CROP_ACTION = "com.android.camera.action.CROP"; in onCaptureDone() local1345 Intent cropIntent = new Intent(CROP_ACTION); in onCaptureDone()
62 public static final String CROP_ACTION = "com.android.camera.action.CROP"; field in CropActivity