Home | History | Annotate | Download | only in camera

Lines Matching refs:newExtras

1329             Bundle newExtras = new Bundle();
1331 newExtras.putString("circleCrop", "true");
1335 newExtras.putParcelable(MediaStore.EXTRA_OUTPUT, mSaveUri);
1337 newExtras.putBoolean(CameraUtil.KEY_RETURN_DATA, true);
1340 newExtras.putBoolean(CameraUtil.KEY_SHOW_WHEN_LOCKED, true);
1348 cropIntent.putExtras(newExtras);