Home
last modified time | relevance | path

Searched refs:mMuteProgress (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DMuteVideo.java36 private ProgressDialog mMuteProgress; field in MuteVideo
79 if (mMuteProgress != null) { in muteInBackground()
80 mMuteProgress.dismiss(); in muteInBackground()
81 mMuteProgress = null; in muteInBackground()
97 mMuteProgress = new ProgressDialog(mActivity); in showProgressDialog()
98 mMuteProgress.setTitle(mActivity.getString(R.string.muting)); in showProgressDialog()
99 mMuteProgress.setMessage(mActivity.getString(R.string.please_wait)); in showProgressDialog()
100 mMuteProgress.setCancelable(false); in showProgressDialog()
101 mMuteProgress.setCanceledOnTouchOutside(false); in showProgressDialog()
102 mMuteProgress.show(); in showProgressDialog()