Home | History | Annotate | Download | only in camera

Lines Matching refs:cropIntent

1408             Intent cropIntent = new Intent(FilterShowActivity.CROP_ACTION);
1410 cropIntent.setData(tempUri);
1411 cropIntent.putExtras(newExtras);
1413 mActivity.startActivityForResult(cropIntent, REQUEST_CROP);