Home | History | Annotate | Download | only in media

Lines Matching refs:getString

107     	String cropValue = myExtras != null ? myExtras.getString("crop") : null;
127 final ProgressDialog dialog = ProgressDialog.show(context, context.getResources().getString(Res.string.initializing),
128 context.getResources().getString(Res.string.running_face_detection), true, false);
235 if (extras.getString("circleCrop") != null) {
242 String outputFormatString = extras.getString("outputFormat");
319 Util.startBackgroundJob(this, null, getResources().getString(Res.string.running_face_detection), new Runnable() {
444 Util.startBackgroundJob(this, null, getResources().getString(Res.string.saving_image), save, mHandler);