Home | History | Annotate | Download | only in app

Lines Matching refs:mProgress

56     public ProgressDialog mProgress;
136 if (mProgress != null) {
137 mProgress.dismiss();
138 mProgress = null;
259 if (mProgress != null) {
260 mProgress.dismiss();
261 mProgress = null;
278 mProgress = new ProgressDialog(this);
279 mProgress.setTitle(getString(R.string.trimming));
280 mProgress.setMessage(getString(R.string.please_wait));
282 mProgress.setCancelable(false);
283 mProgress.setCanceledOnTouchOutside(false);
284 mProgress.show();