Searched defs:mCancel (Results 1 - 5 of 5) sorted by relevance

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DGrantActivity.java45 private Button mCancel; field in class:GrantActivity
82 mCancel = (Button)findViewById(R.id.cancel_button);
84 mCancel.setOnClickListener(this);
224 if (v == mCancel) {
H A DPackageInstallerActivity.java93 private Button mCancel; field in class:PackageInstallerActivity
211 mCancel = (Button)findViewById(R.id.cancel_button);
213 mCancel.setOnClickListener(this);
702 } else if(v == mCancel) {
/packages/apps/Settings/src/com/android/settings/
H A DSetFullBackupPassword.java36 Button mCancel, mSet; field in class:SetFullBackupPassword
71 } else if (v == mCancel) {
91 mCancel = (Button) findViewById(R.id.backup_pw_cancel_button);
94 mCancel.setOnClickListener(mButtonListener);
/packages/apps/Gallery/src/com/android/camera/
H A DImageGetter.java90 private volatile boolean mCancel = true; field in class:ImageGetter
136 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
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java70 private ImageButton mCancel; field in class:TimerFragment
156 mCancel = (ImageButton) view.findViewById(R.id.timer_cancel);
157 mCancel.setOnClickListener(new OnClickListener() {
216 mCancel.setVisibility(mAdapter.getCount() == 0 ? View.INVISIBLE : View.VISIBLE);
323 mCancel.setVisibility(View.INVISIBLE);
325 mCancel.setVisibility(View.VISIBLE);

Completed in 115 milliseconds