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;
257 if (mProgress != null) {
258 mProgress.dismiss();
259 mProgress = null;
276 mProgress = new ProgressDialog(this);
277 mProgress.setTitle(getString(R.string.trimming));
278 mProgress.setMessage(getString(R.string.please_wait));
280 mProgress.setCancelable(false);
281 mProgress.setCanceledOnTouchOutside(false);
282 mProgress.show();