Searched refs:mCancel (Results 1 – 9 of 9) sorted by relevance
90 private volatile boolean mCancel = true; field in ImageGetter136 while (mCancel || mDone || mCurrentPosition == -1) {161 if (mCancel) return;171 if (mCancel) return;175 if (mCancel) {189 if (mCancel) return;200 if (mCancel) return;208 if (mCancel) {236 mCancel = true;280 mCancel = false;
179 if (options.mCancel) { in decodeFileDescriptor()
314 if (options.mCancel || options.outWidth == -1 in makeBitmap()
36 Button mCancel, mSet; field in SetFullBackupPassword71 } else if (v == mCancel) {91 mCancel = (Button) findViewById(R.id.backup_pw_cancel_button); in onCreate()94 mCancel.setOnClickListener(mButtonListener); in onCreate()
103 private Button mCancel; field in PackageInstallerActivity452 mCancel = (Button)findViewById(R.id.cancel_button);454 mCancel.setOnClickListener(this);647 } else if (v == mCancel) {
53 if (opts.mCancel || opts.outWidth == -1 || opts.outHeight == -1) { in decodeByteArray()
241 (options.mCancel ? " due to cancelation." : ".")); in load()
224 if (options.mCancel || options.outWidth == -1 in makeBitmap()
250 if (options.mCancel || options.outWidth == -1 in makeBitmap()